Class ScriptedIdentityRepository


  • @Supported
    public class ScriptedIdentityRepository
    extends Object
    A repository to retrieve user information within a scripting module's script
    • 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