Uses of Interface
org.ldaptive.auth.AuthenticationResponseHandler
Packages that use AuthenticationResponseHandler
-
Uses of AuthenticationResponseHandler in org.ldaptive.auth
Classes in org.ldaptive.auth that implement AuthenticationResponseHandlerModifier and TypeClassDescriptionclass
Used in conjunction with anAggregateDnResolver
to execute a list of response handlers.Fields in org.ldaptive.auth declared as AuthenticationResponseHandlerModifier and TypeFieldDescriptionprivate AuthenticationResponseHandler[]
Authenticator.responseHandlers
Handlers to handle authentication responses.Methods in org.ldaptive.auth that return AuthenticationResponseHandlerModifier and TypeMethodDescriptionAuthenticator.getResponseHandlers()
Returns the authentication response handlers.Methods in org.ldaptive.auth with parameters of type AuthenticationResponseHandlerModifier and TypeMethodDescriptionvoid
AggregateAuthenticationResponseHandler.addAuthenticationResponseHandlers
(String label, AuthenticationResponseHandler... handlers) Adds an authentication response handler with the supplied label.AggregateAuthenticationResponseHandler.Builder.handler
(String label, AuthenticationResponseHandler... handlers) 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 AuthenticationResponseHandlerModifier and TypeClassDescriptionclass
Attempts to parse the authentication response message and set the account state using data associated with active directory.class
Attempts to parse the authentication response and set the account state using data associated with eDirectory.class
Attempts to parse the authentication response and set the account state using data associated with FreeIPA.class
Attempts to parse the authentication response and set the account state using data associated with the password expiring and password expired controls.class
Attempts to parse the authentication response message and set the account state using data associated with a password policy control.