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 class
AddControlAuthenticationRequestHandler
Authentication request handler that addsRequestControl
s to theAuthenticationRequest
.Fields in org.ldaptive.auth declared as AuthenticationRequestHandler Modifier and Type Field Description private AuthenticationRequestHandler[]
Authenticator. requestHandlers
Handlers 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.Builder
Authenticator.Builder. requestHandlers(AuthenticationRequestHandler... handlers)
Sets the authentication request handlers.void
Authenticator. 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 class
PasswordPolicyAuthenticationRequestHandler
Adds thePasswordPolicyControl
to theAuthenticationRequest
.
-