Context.getAccountParameter()
The method returns the value of an account attribute.
- 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.
- Synopsis
context.getAccountParameter(String attributeName)
- Arguments
-
- attributeName
- String representing the attribute name.
- Returns
- String value of an account attribute.
- Description
- This member function returns the value of an account attribute as a string.
- Usage
parameter=context.getAccountParameter("group");