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 private AuthenticationResponseAuthenticator. authenticate(String dn, AuthenticationRequest request)Validates input and performs authentication using anAuthenticationHandler.AuthenticationResponseAuthenticator. 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 AuthenticationResponse Modifier and Type Method Description voidAggregateAuthenticationResponseHandler. 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 AuthenticationResponse Modifier and Type Method Description voidActiveDirectoryAuthenticationResponseHandler. handle(AuthenticationResponse response)voidEDirectoryAuthenticationResponseHandler. handle(AuthenticationResponse response)voidFreeIPAAuthenticationResponseHandler. handle(AuthenticationResponse response)voidPasswordExpirationAuthenticationResponseHandler. handle(AuthenticationResponse response)voidPasswordPolicyAuthenticationResponseHandler. handle(AuthenticationResponse response)
-