Class AuthenticationHandlerResponse

java.lang.Object
org.ldaptive.AbstractMessage
org.ldaptive.AbstractResult
org.ldaptive.auth.AuthenticationHandlerResponse
All Implemented Interfaces:
Message, Result

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

    • HASH_CODE_SEED

      private static final int HASH_CODE_SEED
      hash code seed.
      See Also:
    • authenticationResultCode

      private AuthenticationResultCode authenticationResultCode
      Authentication result code.
    • connection

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

    • 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
  • Method Details