AbstractAuthenticator<T extends AuthenticatorConfig> |
AbstractAuthenticator provides basic functionality for
authenticating against an LDAP.
|
Authenticator |
Authenticator contains functions for authenticating a user
against an LDAP.
|
AuthenticatorCli |
Command line interface for authenticator operations.
|
AuthenticatorConfig |
AuthenticatorConfig contains all the configuration data that the
Authenticator needs to control authentication.
|
ConstructDnResolver |
ConstructDnResolver creates an LDAP DN using known information
about the LDAP.
|
NoopDnResolver |
NoopDnResolver returns the user as the LDAP DN.
|
SearchDnResolver |
SearchDnResolver looks up a user's DN using an LDAP search.
|