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 TypeClassDescriptionfinal classUsed in conjunction with anAggregateDnResolverto execute a list of response handlers.Fields in org.ldaptive.auth declared as AuthenticationResponseHandlerModifier and TypeFieldDescriptionprivate AuthenticationResponseHandler[]Authenticator.responseHandlersHandlers 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 TypeMethodDescriptionvoidAggregateAuthenticationResponseHandler.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.voidAuthenticator.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 TypeClassDescriptionclassAttempts to parse the authentication response message and set the account state using data associated with active directory.classAttempts to parse the authentication response and set the account state using data associated with eDirectory.classAttempts to parse the authentication response and set the account state using data associated with FreeIPA.classAttempts to parse the authentication response and set the account state using data associated with the password expiring and password expired controls.classAttempts to parse the authentication response message and set the account state using data associated with a password policy control.