Uses of Interface
org.ldaptive.auth.AuthenticationHandler
Packages that use AuthenticationHandler
-
Uses of AuthenticationHandler in org.ldaptive.auth
Classes in org.ldaptive.auth that implement AuthenticationHandlerModifier and TypeClassDescriptionclass
Base class for an LDAP authentication implementations.class
Used in conjunction with anAggregateDnResolver
to authenticate the resolved DN.class
Provides an LDAP authentication implementation that uses a compare operation against the userPassword attribute.class
Provides an LDAP authentication implementation that leverages the LDAP bind operation.Fields in org.ldaptive.auth declared as AuthenticationHandlerModifier and TypeFieldDescriptionprivate AuthenticationHandler
Authenticator.authenticationHandler
Handler to handle authentication.Fields in org.ldaptive.auth with type parameters of type AuthenticationHandlerModifier and TypeFieldDescriptionprivate Map<String,
AuthenticationHandler> AggregateAuthenticationHandler.authenticationHandlers
Labeled authentication handlers.Methods in org.ldaptive.auth that return AuthenticationHandlerModifier and TypeMethodDescriptionAuthenticator.getAuthenticationHandler()
Returns the authentication handler.Methods in org.ldaptive.auth that return types with arguments of type AuthenticationHandlerModifier and TypeMethodDescriptionAggregateAuthenticationHandler.getAuthenticationHandlers()
Returns the authentication handlers to aggregate over.Methods in org.ldaptive.auth with parameters of type AuthenticationHandlerModifier and TypeMethodDescriptionvoid
AggregateAuthenticationHandler.addAuthenticationHandler
(String label, AuthenticationHandler handler) Adds an authentication handler with the supplied label.Authenticator.Builder.authenticationHandler
(AuthenticationHandler handler) Sets the authentication handler.AggregateAuthenticationHandler.Builder.handler
(String label, AuthenticationHandler handler) void
Authenticator.setAuthenticationHandler
(AuthenticationHandler handler) Sets the authentication handler.Method parameters in org.ldaptive.auth with type arguments of type AuthenticationHandlerModifier and TypeMethodDescriptionvoid
AggregateAuthenticationHandler.setAuthenticationHandlers
(Map<String, AuthenticationHandler> handlers) Sets the authentication handlers to aggregate over.Constructors in org.ldaptive.auth with parameters of type AuthenticationHandlerModifierConstructorDescriptionAuthenticator
(DnResolver resolver, AuthenticationHandler handler) Creates a new authenticator.Constructor parameters in org.ldaptive.auth with type arguments of type AuthenticationHandlerModifierConstructorDescriptionCreates a new aggregate authentication handler.