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 Details

    • 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