Package org.apache.catalina.filters
Class Constants
- java.lang.Object
- 
- org.apache.catalina.filters.Constants
 
- 
 public final class Constants extends java.lang.ObjectManifest constants for this Java package.- Author:
- Craig R. McClanahan
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringCSRF_NONCE_REQUEST_ATTR_NAMEThe request attribute key under which the current requests's CSRF nonce can be found.static java.lang.StringCSRF_NONCE_REQUEST_PARAMThe name of the request parameter which carries CSRF nonces from the client to the server for validation.static java.lang.StringCSRF_NONCE_REQUEST_PARAM_NAME_KEYThe servlet context attribute key under which the CSRF request parameter name can be found.static java.lang.StringCSRF_NONCE_SESSION_ATTR_NAMEThe session attribute key under which the CSRF nonce cache will be stored.static java.lang.StringCSRF_REST_NONCE_HEADER_FETCH_VALUEstatic java.lang.StringCSRF_REST_NONCE_HEADER_NAMEstatic java.lang.StringCSRF_REST_NONCE_HEADER_NAME_KEYThe servlet context attribute key under which the CSRF REST header name can be found.static java.lang.StringCSRF_REST_NONCE_HEADER_REQUIRED_VALUEstatic java.lang.StringCSRF_REST_NONCE_SESSION_ATTR_NAMEThe session attribute key under which the CSRF REST nonce cache will be stored.static java.lang.StringMETHOD_GET
 - 
Constructor SummaryConstructors Constructor Description Constants()
 
- 
- 
- 
Field Detail- 
CSRF_NONCE_SESSION_ATTR_NAMEpublic static final java.lang.String CSRF_NONCE_SESSION_ATTR_NAME The session attribute key under which the CSRF nonce cache will be stored.- See Also:
- Constant Field Values
 
 - 
CSRF_NONCE_REQUEST_ATTR_NAMEpublic static final java.lang.String CSRF_NONCE_REQUEST_ATTR_NAME The request attribute key under which the current requests's CSRF nonce can be found.- See Also:
- Constant Field Values
 
 - 
CSRF_NONCE_REQUEST_PARAMpublic static final java.lang.String CSRF_NONCE_REQUEST_PARAM The name of the request parameter which carries CSRF nonces from the client to the server for validation.- See Also:
- Constant Field Values
 
 - 
CSRF_NONCE_REQUEST_PARAM_NAME_KEYpublic static final java.lang.String CSRF_NONCE_REQUEST_PARAM_NAME_KEY The servlet context attribute key under which the CSRF request parameter name can be found.- See Also:
- Constant Field Values
 
 - 
METHOD_GETpublic static final java.lang.String METHOD_GET - See Also:
- Constant Field Values
 
 - 
CSRF_REST_NONCE_HEADER_NAMEpublic static final java.lang.String CSRF_REST_NONCE_HEADER_NAME - See Also:
- Constant Field Values
 
 - 
CSRF_REST_NONCE_HEADER_FETCH_VALUEpublic static final java.lang.String CSRF_REST_NONCE_HEADER_FETCH_VALUE - See Also:
- Constant Field Values
 
 - 
CSRF_REST_NONCE_HEADER_REQUIRED_VALUEpublic static final java.lang.String CSRF_REST_NONCE_HEADER_REQUIRED_VALUE - See Also:
- Constant Field Values
 
 - 
CSRF_REST_NONCE_SESSION_ATTR_NAMEpublic static final java.lang.String CSRF_REST_NONCE_SESSION_ATTR_NAME The session attribute key under which the CSRF REST nonce cache will be stored.- See Also:
- Constant Field Values
 
 - 
CSRF_REST_NONCE_HEADER_NAME_KEYpublic static final java.lang.String CSRF_REST_NONCE_HEADER_NAME_KEY The servlet context attribute key under which the CSRF REST header name can be found.- See Also:
- Constant Field Values
 
 
- 
 
-