Package org.ldaptive.auth
Interface AuthenticationResponseHandler
- All Known Implementing Classes:
ActiveDirectoryAuthenticationResponseHandler,AggregateAuthenticationResponseHandler,EDirectoryAuthenticationResponseHandler,FreeIPAAuthenticationResponseHandler,PasswordExpirationAuthenticationResponseHandler,PasswordPolicyAuthenticationResponseHandler
public interface AuthenticationResponseHandler
Provides post authentication handling of authentication responses.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AuthenticationResponse response) Handle the response from an ldap authentication.
-
Method Details
-
handle
Handle the response from an ldap authentication.- Parameters:
response- produced from an authentication- Throws:
LdapException- if an error occurs handling an authentication response
-