Uses of Class
org.ldaptive.auth.Authenticator.Builder
Packages that use Authenticator.Builder
-
Uses of Authenticator.Builder in org.ldaptive.auth
Methods in org.ldaptive.auth that return Authenticator.BuilderModifier and TypeMethodDescriptionAuthenticator.Builder.authenticationHandler(AuthenticationHandler handler) Sets the authentication handler.static Authenticator.BuilderAuthenticator.builder()Creates a builder for this class.Authenticator.Builder.dnResolver(DnResolver resolver) Sets the DN resolver.Authenticator.Builder.entryResolver(EntryResolver resolver) Sets the entry resolver.Authenticator.Builder.freeze()Makes this instance immutable.Authenticator.Builder.requestHandlers(AuthenticationRequestHandler... handlers) Sets the authentication request handlers.Authenticator.Builder.responseHandlers(AuthenticationResponseHandler... handlers) Sets the authentication response handlers.Authenticator.Builder.returnAttributes(String... attributes) Sets the return attributes.