Class AuthenticationHandlerResponse

  • All Implemented Interfaces:
    Message, Result

    public class AuthenticationHandlerResponse
    extends AbstractResult
    Response object for authentication handlers.
    Author:
    Middleware Services
    • Constructor Detail

      • AuthenticationHandlerResponse

        public AuthenticationHandlerResponse​(T result,
                                             AuthenticationResultCode code,
                                             Connection conn)
        Creates a new authentication response.
        Type Parameters:
        T - type of LDAP result
        Parameters:
        result - of the LDAP operation used to produce this response
        code - authentication result code
        conn - connection the authentication occurred on