Class ScriptedIdentityRepository
- java.lang.Object
-
- org.forgerock.openam.scripting.api.identity.ScriptedIdentityRepository
-
@Supported public class ScriptedIdentityRepository extends Object
A repository to retrieve user information within a scripting module's script
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptedIdentitygetIdentity(String userName)Retrieves the attributes associated with a particular user
-
-
-
Method Detail
-
getIdentity
@Supported public ScriptedIdentity getIdentity(String userName)
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
-
-