Class AuthenticationHandlerResponse

  • All Implemented Interfaces:
    Message, Result

    public class AuthenticationHandlerResponse
    extends AbstractResult
    Response object for authentication handlers.
    • Field Detail

      • HASH_CODE_SEED

        private static final int HASH_CODE_SEED
        hash code seed.
        See Also:
        Constant Field Values
      • connection

        private Connection connection
        Connection that authentication occurred on.
    • Constructor Detail

      • AuthenticationHandlerResponse

        private AuthenticationHandlerResponse()
        Default constructor.
      • 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