Package org.ldaptive.auth
Interface AuthenticationResponseHandler
-
- All Known Implementing Classes:
ActiveDirectoryAuthenticationResponseHandler,AggregateAuthenticationResponseHandler,EDirectoryAuthenticationResponseHandler,FreeIPAAuthenticationResponseHandler,PasswordExpirationAuthenticationResponseHandler,PasswordPolicyAuthenticationResponseHandler
public interface AuthenticationResponseHandlerProvides post authentication handling of authentication responses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(AuthenticationResponse response)Handle the response from an ldap authentication.
-
-
-
Method Detail
-
handle
void handle(AuthenticationResponse response) throws LdapException
Handle the response from an ldap authentication.- Parameters:
response- produced from an authentication- Throws:
LdapException- if an error occurs handling an authentication response
-
-