Uses of Interface
org.ldaptive.auth.AuthenticationResponseHandler
-
Packages that use AuthenticationResponseHandler Package Description org.ldaptive.auth org.ldaptive.auth.ext -
-
Uses of AuthenticationResponseHandler in org.ldaptive.auth
Classes in org.ldaptive.auth that implement AuthenticationResponseHandler Modifier and Type Class Description class
AggregateAuthenticationResponseHandler
Used in conjunction with anAggregateDnResolver
to execute a list of response handlers.Fields in org.ldaptive.auth declared as AuthenticationResponseHandler Modifier and Type Field Description private AuthenticationResponseHandler[]
Authenticator. responseHandlers
Handlers to handle authentication responses.Methods in org.ldaptive.auth that return AuthenticationResponseHandler Modifier and Type Method Description AuthenticationResponseHandler[]
Authenticator. getResponseHandlers()
Returns the authentication response handlers.Methods in org.ldaptive.auth with parameters of type AuthenticationResponseHandler Modifier and Type Method Description void
AggregateAuthenticationResponseHandler. addAuthenticationResponseHandlers(String label, AuthenticationResponseHandler... handlers)
Adds an authentication response handler with the supplied label.AggregateAuthenticationResponseHandler.Builder
AggregateAuthenticationResponseHandler.Builder. handler(String label, AuthenticationResponseHandler... handlers)
Authenticator.Builder
Authenticator.Builder. responseHandlers(AuthenticationResponseHandler... handlers)
Sets the authentication response handlers.void
Authenticator. setResponseHandlers(AuthenticationResponseHandler... handlers)
Sets the authentication response handlers. -
Uses of AuthenticationResponseHandler in org.ldaptive.auth.ext
Classes in org.ldaptive.auth.ext that implement AuthenticationResponseHandler Modifier and Type Class Description class
ActiveDirectoryAuthenticationResponseHandler
Attempts to parse the authentication response message and set the account state using data associated with active directory.class
EDirectoryAuthenticationResponseHandler
Attempts to parse the authentication response and set the account state using data associated with eDirectory.class
FreeIPAAuthenticationResponseHandler
Attempts to parse the authentication response and set the account state using data associated with FreeIPA.class
PasswordExpirationAuthenticationResponseHandler
Attempts to parse the authentication response and set the account state using data associated with the password expiring and password expired controls.class
PasswordPolicyAuthenticationResponseHandler
Attempts to parse the authentication response message and set the account state using data associated with a password policy control.
-