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