Uses of Class
org.ldaptive.auth.AuthenticationResponse
-
Packages that use AuthenticationResponse Package Description org.ldaptive.auth org.ldaptive.auth.ext -
-
Uses of AuthenticationResponse in org.ldaptive.auth
Methods in org.ldaptive.auth that return AuthenticationResponse Modifier and Type Method Description protected AuthenticationResponse
Authenticator. authenticate(String dn, AuthenticationRequest request)
Validates input and performs authentication using anAuthenticationHandler
.AuthenticationResponse
Authenticator. authenticate(AuthenticationRequest request)
Authenticate the user in the supplied request.protected AuthenticationResponse
Authenticator. validateInput(String dn, AuthenticationRequest request)
Validates the authentication request and resolved DN.Methods in org.ldaptive.auth with parameters of type AuthenticationResponse Modifier and Type Method Description void
AggregateAuthenticationResponseHandler. handle(AuthenticationResponse response)
void
AuthenticationResponseHandler. handle(AuthenticationResponse response)
Handle the response from an ldap authentication. -
Uses of AuthenticationResponse in org.ldaptive.auth.ext
Methods in org.ldaptive.auth.ext with parameters of type AuthenticationResponse Modifier and Type Method Description void
ActiveDirectoryAuthenticationResponseHandler. handle(AuthenticationResponse response)
void
EDirectoryAuthenticationResponseHandler. handle(AuthenticationResponse response)
void
FreeIPAAuthenticationResponseHandler. handle(AuthenticationResponse response)
void
PasswordExpirationAuthenticationResponseHandler. handle(AuthenticationResponse response)
void
PasswordPolicyAuthenticationResponseHandler. handle(AuthenticationResponse response)
-