Class Constants
java.lang.Object
org.apache.catalina.filters.Constants
Manifest constants for this Java package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe request attribute key under which the current request's CSRF nonce can be found.static final StringThe name of the request parameter which carries CSRF nonces from the client to the server for validation.static final StringThe servlet context attribute key under which the CSRF request parameter name can be found.static final StringThe session attribute key under which the CSRF nonce cache will be stored.static final StringThe fetch mode value for the CSRF REST nonce header.static final StringThe HTTP header name used to carry the CSRF nonce in REST requests.static final StringThe servlet context attribute key under which the CSRF REST header name can be found.static final StringThe required mode value for the CSRF REST nonce header.static final StringThe session attribute key under which the CSRF REST nonce cache will be stored.static final StringDeprecated. -
Method Summary
-
Field Details
-
CSRF_NONCE_SESSION_ATTR_NAME
The session attribute key under which the CSRF nonce cache will be stored.- See Also:
-
CSRF_NONCE_REQUEST_ATTR_NAME
The request attribute key under which the current request's CSRF nonce can be found.- See Also:
-
CSRF_NONCE_REQUEST_PARAM
The name of the request parameter which carries CSRF nonces from the client to the server for validation.- See Also:
-
CSRF_NONCE_REQUEST_PARAM_NAME_KEY
The servlet context attribute key under which the CSRF request parameter name can be found.- See Also:
-
METHOD_GET
-
CSRF_REST_NONCE_HEADER_NAME
The HTTP header name used to carry the CSRF nonce in REST requests.- See Also:
-
CSRF_REST_NONCE_HEADER_FETCH_VALUE
The fetch mode value for the CSRF REST nonce header.- See Also:
-
CSRF_REST_NONCE_HEADER_REQUIRED_VALUE
The required mode value for the CSRF REST nonce header.- See Also:
-
CSRF_REST_NONCE_SESSION_ATTR_NAME
The session attribute key under which the CSRF REST nonce cache will be stored.- See Also:
-
CSRF_REST_NONCE_HEADER_NAME_KEY
The servlet context attribute key under which the CSRF REST header name can be found.- See Also:
-