public final class Constants extends Object
DefaultClaimStore
.Modifier and Type | Field and Description |
---|---|
static String |
AUTH_TYPE
Key for retrieving the name of the authentication scheme used to protect the servlet.
|
static String |
CONTENT_LENGTH
Key for retrieving the length, in bytes, of the request body and made available
by the input stream, or -1 if the length is not known.
|
static String |
CONTENT_TYPE
Key for retrieving the MIME type of the body of the request, or null if the type is not known.
|
static String |
DOCUMENT_ROOT
Key for retrieving the real path for the document root.
|
static String |
PATH_INFO
Key for retrieving the extra path information associated with the URL the client sent when it made this request.
|
static String |
PATH_TRANSLATED
Key for retrieving the extra path information after the servlet name but before the query string,
translated to a real path.
|
static String |
QUERY_STRING
Key for retrieving the query string that is contained in the request URL after the path.
|
static String |
REMOTE_ADDR
Key for retrieving the Internet Protocol (IP) address of the client or last proxy that sent the request.
|
static String |
REMOTE_HOST
Key for retrieving the fully qualified name of the client or the last proxy that sent the request.
|
static String |
REMOTE_USER
Key for retrieving the login of the user making this request, if the user has been authenticated,
or null if the user has not been authenticated.
|
static String |
REQUEST_METHOD
Key for retrieving the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
|
static String |
SCRIPT_NAME
Key for retrieving the part of this request's URL that calls the servlet.
|
static String |
SECURE
Key for retrieving a boolean indicating whether this request was made using a secure channel, such as HTTPS.
|
static String |
SERVER_NAME
Key for retrieving the host name of the server to which the request was sent.
|
static String |
SERVER_PORT
Key for retrieving the port number to which the request was sent.
|
static String |
SERVER_PROTOCOL
Key for retrieving the name and version of the protocol the request uses
in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
|
public static final String AUTH_TYPE
public static final String DOCUMENT_ROOT
public static final String PATH_TRANSLATED
public static final String REMOTE_ADDR
public static final String REMOTE_HOST
public static final String REMOTE_USER
public static final String REQUEST_METHOD
public static final String SECURE
public static final String SCRIPT_NAME
public static final String SERVER_NAME
public static final String SERVER_PORT
public static final String SERVER_PROTOCOL
public static final String CONTENT_LENGTH
public static final String CONTENT_TYPE
public static final String QUERY_STRING
public static final String PATH_INFO
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries