Class ScriptedIdentityRepository
java.lang.Object
org.forgerock.openam.scripting.api.identity.ScriptedIdentityRepository
A repository to retrieve user information within a scripting module's script
-
Method Summary
Modifier and TypeMethodDescriptiongetIdentity(String userName) Retrieves the attributes associated with a particular user
-
Method Details
-
getIdentity
Retrieves the attributes associated with a particular user- Parameters:
userName- The name of the user- Returns:
- A ScriptedIdentity object containing the attributes for the specified user, or null if not found
-