Package org.apache.catalina.filters
Class Constants
java.lang.Object
org.apache.catalina.filters.Constants
Manifest constants for this Java package.
- Author:
- Craig R. McClanahan
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe request attribute key under which the current requests'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 Stringstatic final Stringstatic final StringThe servlet context attribute key under which the CSRF REST header name can be found.static final Stringstatic final StringThe session attribute key under which the CSRF REST nonce cache will be stored.static final String
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
CSRF_NONCE_SESSION_ATTR_NAMEThe session attribute key under which the CSRF nonce cache will be stored.- See Also:
 
- 
CSRF_NONCE_REQUEST_ATTR_NAMEThe request attribute key under which the current requests's CSRF nonce can be found.- See Also:
 
- 
CSRF_NONCE_REQUEST_PARAMThe name of the request parameter which carries CSRF nonces from the client to the server for validation.- See Also:
 
- 
CSRF_NONCE_REQUEST_PARAM_NAME_KEYThe servlet context attribute key under which the CSRF request parameter name can be found.- See Also:
 
- 
METHOD_GET- See Also:
 
- 
CSRF_REST_NONCE_HEADER_NAME- See Also:
 
- 
CSRF_REST_NONCE_HEADER_FETCH_VALUE- See Also:
 
- 
CSRF_REST_NONCE_HEADER_REQUIRED_VALUE- See Also:
 
- 
CSRF_REST_NONCE_SESSION_ATTR_NAMEThe session attribute key under which the CSRF REST nonce cache will be stored.- See Also:
 
- 
CSRF_REST_NONCE_HEADER_NAME_KEYThe servlet context attribute key under which the CSRF REST header name can be found.- See Also:
 
 
- 
- 
Constructor Details- 
Constantspublic Constants()
 
-