Enrole.getAttributeValue()

The method retrieves the attribute's value.

Availability
Deprecated as of IBM Security Identity Manager 7.0. Replace with DirectoryObject.getProperty()

Synopsis
Enrole.getAttributeValue(name, defaultValue)

Arguments

name
String representing the name of the property to return.

defaultValue
Default value to return if there is no value to return.

Returns
An Object. The type of object returned depends on the property obtained. If the specified property does not exist, the default value is returned.

Description
This method retrieves the value of the specified property.

Parent topic: Enrole