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 Summary
Modifier and TypeMethodDescriptionReturns the external roles associated with the user.Returns the repository associated with this login context.Returns the attributes associated with the user.Returns the username.
-
Method Details
-
getUsername
String getUsername()Returns the username. -
getUserAttributes
Returns the attributes associated with the user. -
getExternalRoles
Returns the external roles associated with the user. -
getRepository
Repository getRepository()Returns the repository associated with this login context.
-