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 Type
    Method
    Description
    void
    Handle the response from an ldap authentication.
  • Method Details

    • 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