Uses of Interface
org.ldaptive.auth.AuthenticationRequestHandler
-
Packages that use AuthenticationRequestHandler Package Description org.ldaptive.auth org.ldaptive.auth.ext -
-
Uses of AuthenticationRequestHandler in org.ldaptive.auth
Classes in org.ldaptive.auth that implement AuthenticationRequestHandler Modifier and Type Class Description classAddControlAuthenticationRequestHandlerAuthentication request handler that addsRequestControls to theAuthenticationRequest.Fields in org.ldaptive.auth declared as AuthenticationRequestHandler Modifier and Type Field Description private AuthenticationRequestHandler[]Authenticator. requestHandlersHandlers to handle authentication requests.Methods in org.ldaptive.auth that return AuthenticationRequestHandler Modifier and Type Method Description AuthenticationRequestHandler[]Authenticator. getRequestHandlers()Returns the authentication request handlers.Methods in org.ldaptive.auth with parameters of type AuthenticationRequestHandler Modifier and Type Method Description Authenticator.BuilderAuthenticator.Builder. requestHandlers(AuthenticationRequestHandler... handlers)Sets the authentication request handlers.voidAuthenticator. setRequestHandlers(AuthenticationRequestHandler... handlers)Sets the authentication request handlers. -
Uses of AuthenticationRequestHandler in org.ldaptive.auth.ext
Classes in org.ldaptive.auth.ext that implement AuthenticationRequestHandler Modifier and Type Class Description classPasswordPolicyAuthenticationRequestHandlerAdds thePasswordPolicyControlto theAuthenticationRequest.
-