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.auth
Methods in org.ldaptive.auth that return Authenticator.Builder Modifier and Type Method Description Authenticator.Builder
Authenticator.Builder. authenticationHandler(AuthenticationHandler handler)
Sets the authentication handler.static Authenticator.Builder
Authenticator. builder()
Creates a builder for this class.Authenticator.Builder
Authenticator.Builder. dnResolver(DnResolver resolver)
Sets the DN resolver.Authenticator.Builder
Authenticator.Builder. entryResolver(EntryResolver resolver)
Sets the entry resolver.Authenticator.Builder
Authenticator.Builder. requestHandlers(AuthenticationRequestHandler... handlers)
Sets the authentication request handlers.Authenticator.Builder
Authenticator.Builder. responseHandlers(AuthenticationResponseHandler... handlers)
Sets the authentication response handlers.Authenticator.Builder
Authenticator.Builder. returnAttributes(String... attributes)
Sets the return attributes.
-