Uses of Class
org.ldaptive.auth.AuthenticationResponse
Packages that use AuthenticationResponse
-
Uses of AuthenticationResponse in org.ldaptive.auth
Methods in org.ldaptive.auth that return AuthenticationResponseModifier and TypeMethodDescriptionprotected AuthenticationResponse
Authenticator.authenticate
(String dn, AuthenticationRequest request) Validates input and performs authentication using anAuthenticationHandler
.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 AuthenticationResponseModifier and TypeMethodDescriptionvoid
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 AuthenticationResponseModifier and TypeMethodDescriptionvoid
ActiveDirectoryAuthenticationResponseHandler.handle
(AuthenticationResponse response) void
EDirectoryAuthenticationResponseHandler.handle
(AuthenticationResponse response) void
FreeIPAAuthenticationResponseHandler.handle
(AuthenticationResponse response) void
PasswordExpirationAuthenticationResponseHandler.handle
(AuthenticationResponse response) void
PasswordPolicyAuthenticationResponseHandler.handle
(AuthenticationResponse response)