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 TypeMethodDescriptionprivate AuthenticationResponseAuthenticator.authenticate(String dn, AuthenticationRequest request) Validates input and performs authentication using anAuthenticationHandler.Authenticator.authenticate(AuthenticationRequest request) Authenticate the user in the supplied request.private AuthenticationResponseAuthenticator.validateInput(String dn, AuthenticationRequest request) Validates the authentication request and resolved DN.Methods in org.ldaptive.auth with parameters of type AuthenticationResponseModifier and TypeMethodDescriptionvoidAggregateAuthenticationResponseHandler.handle(AuthenticationResponse response) voidAuthenticationResponseHandler.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 TypeMethodDescriptionvoidActiveDirectoryAuthenticationResponseHandler.handle(AuthenticationResponse response) voidEDirectoryAuthenticationResponseHandler.handle(AuthenticationResponse response) voidFreeIPAAuthenticationResponseHandler.handle(AuthenticationResponse response) voidPasswordExpirationAuthenticationResponseHandler.handle(AuthenticationResponse response) voidPasswordPolicyAuthenticationResponseHandler.handle(AuthenticationResponse response)