java.lang.Object
org.apache.hadoop.security.authentication.server.HttpConstants

public final class HttpConstants extends Object
This class defines constants used for HTTP protocol entities (such as headers, methods and their values).
  • Field Details

    • WWW_AUTHENTICATE_HEADER

      public static final String WWW_AUTHENTICATE_HEADER
      HTTP header used by the server endpoint during an authentication sequence.
      See Also:
    • AUTHORIZATION_HEADER

      public static final String AUTHORIZATION_HEADER
      HTTP header used by the client endpoint during an authentication sequence.
      See Also:
    • NEGOTIATE

      public static final String NEGOTIATE
      HTTP header prefix used by the SPNEGO client/server endpoints during an authentication sequence.
      See Also:
    • BASIC

      public static final String BASIC
      HTTP header prefix used during the Basic authentication sequence.
      See Also:
    • DIGEST

      public static final String DIGEST
      HTTP header prefix used during the Basic authentication sequence.
      See Also: