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 TypeClassDescriptionclassBase class for an LDAP authentication implementations.final classUsed in conjunction with anAggregateDnResolverto authenticate the resolved DN.final classProvides an LDAP authentication implementation that uses a compare operation against the userPassword attribute.final classProvides an LDAP authentication implementation that leverages the LDAP bind operation.Fields in org.ldaptive.auth declared as AuthenticationHandlerModifier and TypeFieldDescriptionprivate AuthenticationHandlerAuthenticator.authenticationHandlerHandler to handle authentication.Fields in org.ldaptive.auth with type parameters of type AuthenticationHandlerModifier and TypeFieldDescriptionprivate final Map<String,AuthenticationHandler> AggregateAuthenticationHandler.authenticationHandlersLabeled 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 TypeMethodDescriptionvoidAggregateAuthenticationHandler.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) voidAuthenticator.setAuthenticationHandler(AuthenticationHandler handler) Sets the authentication handler.Method parameters in org.ldaptive.auth with type arguments of type AuthenticationHandlerModifier and TypeMethodDescriptionvoidAggregateAuthenticationHandler.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.