Enrole.getAttributeValue()

The method retrieves the attribute's value.

Availability

IBM® Tivoli® Identity Manager 4.x

IBM Tivoli Identity Manager 5.x

IBM Security Identity Manager 6.x

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.