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 classAggregateAuthenticationResponseHandlerUsed in conjunction with anAggregateDnResolverto execute a list of response handlers.Fields in org.ldaptive.auth declared as AuthenticationResponseHandler Modifier and Type Field Description private AuthenticationResponseHandler[]Authenticator. responseHandlersHandlers 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 voidAggregateAuthenticationResponseHandler. addAuthenticationResponseHandlers(String label, AuthenticationResponseHandler... handlers)Adds an authentication response handler with the supplied label.AggregateAuthenticationResponseHandler.BuilderAggregateAuthenticationResponseHandler.Builder. handler(String label, AuthenticationResponseHandler... handlers)Authenticator.BuilderAuthenticator.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 AuthenticationResponseHandler Modifier and Type Class Description classActiveDirectoryAuthenticationResponseHandlerAttempts to parse the authentication response message and set the account state using data associated with active directory.classEDirectoryAuthenticationResponseHandlerAttempts to parse the authentication response and set the account state using data associated with eDirectory.classFreeIPAAuthenticationResponseHandlerAttempts to parse the authentication response and set the account state using data associated with FreeIPA.classPasswordExpirationAuthenticationResponseHandlerAttempts to parse the authentication response and set the account state using data associated with the password expiring and password expired controls.classPasswordPolicyAuthenticationResponseHandlerAttempts to parse the authentication response message and set the account state using data associated with a password policy control.
-