Class HttpConstants
java.lang.Object
org.apache.hadoop.security.authentication.server.HttpConstants
This class defines constants used for HTTP protocol entities (such as
headers, methods and their values).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringHTTP header used by the client endpoint during an authentication sequence.static final StringHTTP header prefix used during the Basic authentication sequence.static final StringHTTP header prefix used during the Basic authentication sequence.static final StringHTTP header prefix used by the SPNEGO client/server endpoints during an authentication sequence.static final StringHTTP header used by the server endpoint during an authentication sequence. -
Method Summary
-
Field Details
-
WWW_AUTHENTICATE_HEADER
HTTP header used by the server endpoint during an authentication sequence.- See Also:
-
AUTHORIZATION_HEADER
HTTP header used by the client endpoint during an authentication sequence.- See Also:
-
NEGOTIATE
HTTP header prefix used by the SPNEGO client/server endpoints during an authentication sequence.- See Also:
-
BASIC
HTTP header prefix used during the Basic authentication sequence.- See Also:
-
DIGEST
HTTP header prefix used during the Basic authentication sequence.- See Also:
-