Interface AuthenticationResultHandler


  • public interface AuthenticationResultHandler
    AuthenticationResultHandler provides post processing of authentication results.
    Version:
    $Revision: 1330 $
    Author:
    Middleware Services
    • Method Detail

      • process

        void process​(AuthenticationCriteria ac,
                     boolean success)
        Process the results from an ldap authentication.
        Parameters:
        ac - AuthenticationCriteria used to perform the authentication
        success - boolean whether the authentication succeeded