Interface ExternalLoginContext


public interface ExternalLoginContext
Login Context holding user data and roles retrieved from SSO, SCIM or LDAP connection details.

This class holds the username and a list of attributes and roles associated with the user.

Since:
6.2.2
  • Method Details

    • getUsername

      String getUsername()
      Returns the username.
    • getUserAttributes

      Map<String,Set<String>> getUserAttributes()
      Returns the attributes associated with the user.
    • getExternalRoles

      Set<String> getExternalRoles()
      Returns the external roles associated with the user.
    • getRepository

      Repository getRepository()
      Returns the repository associated with this login context.