Interface | Description |
---|---|
Authentication |
Authentication interface.
|
Loggable |
This interface is used to acquire a Logger object defined in its children
|
Class | Description |
---|---|
AuthenticationImpl |
An active object responsible for authentication.
|
Connection<T extends Authentication> |
Class implements connection to the service with authentication.
|
ConnectionInfo |
Composite object storing information to connect to the scheduler/rm
|
FileLoginModule |
Authentication based on user and group file.
|
KeycloakLoginModule |
Login Module that performs user authentication and authorization against Keycloak.
|
LDAPDomainConfiguration | |
LDAPLoginModule |
Authentication based on LDAP system.
|
LDAPProperties |
LDAPProperties contains all LDAP configuration properties.
|
MultiLDAPLoginModule |
Authentication based on LDAP system.
|
NoCallback |
A callback stub to
NoCallbackHandler . |
NoCallbackHandler |
CallbackHandler that actually does no callback, but takes its informations as
a map in the constructor and then gives them to all the callbacks given in
the handle method.
|
PAMLoginModule |
Authentication based on user and group file.
|
UserData |
A class representing a user information
|