|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationResponse | |
|---|---|
| org.ldaptive.auth | |
| org.ldaptive.auth.ext | |
| Uses of AuthenticationResponse in org.ldaptive.auth |
|---|
| Methods in org.ldaptive.auth that return AuthenticationResponse | |
|---|---|
AuthenticationResponse |
Authenticator.authenticate(AuthenticationRequest request)
Authenticate the user in the supplied request. |
protected AuthenticationResponse |
Authenticator.authenticate(String dn,
AuthenticationRequest request)
Performs authentication by opening a new connection to the LDAP and binding as the supplied DN. |
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 | |
|---|---|
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 | |
|---|---|
void |
PasswordPolicyAuthenticationResponseHandler.handle(AuthenticationResponse response)
Handle the response from an ldap authentication. |
void |
PasswordExpirationAuthenticationResponseHandler.handle(AuthenticationResponse response)
Handle the response from an ldap authentication. |
void |
FreeIPAAuthenticationResponseHandler.handle(AuthenticationResponse response)
|
void |
EDirectoryAuthenticationResponseHandler.handle(AuthenticationResponse response)
Handle the response from an ldap authentication. |
void |
ActiveDirectoryAuthenticationResponseHandler.handle(AuthenticationResponse response)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||