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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(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
-
-