public final class Constants extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | CSRF_NONCE_REQUEST_ATTR_NAMEThe request attribute key under which the current
 requests's CSRF nonce can be found. | 
| static String | CSRF_NONCE_REQUEST_PARAMThe name of the request parameter which carries CSRF nonces
 from the client to the server for validation. | 
| static String | CSRF_NONCE_REQUEST_PARAM_NAME_KEYThe servlet context attribute key under which the
 CSRF request parameter name can be found. | 
| static String | CSRF_NONCE_SESSION_ATTR_NAMEThe session attribute key under which the CSRF nonce
 cache will be stored. | 
| static String | CSRF_REST_NONCE_HEADER_FETCH_VALUE | 
| static String | CSRF_REST_NONCE_HEADER_NAME | 
| static String | CSRF_REST_NONCE_HEADER_REQUIRED_VALUE | 
| static String | CSRF_REST_NONCE_HEDAER_NAME_KEYThe servlet context attribute key under which the
 CSRF REST header name can be found. | 
| static String | CSRF_REST_NONCE_SESSION_ATTR_NAMEThe session attribute key under which the CSRF REST nonce
 cache will be stored. | 
| static String | METHOD_GET | 
| static String | Package | 
| Constructor and Description | 
|---|
| Constants() | 
public static final String Package
public static final String CSRF_NONCE_SESSION_ATTR_NAME
public static final String CSRF_NONCE_REQUEST_ATTR_NAME
public static final String CSRF_NONCE_REQUEST_PARAM
public static final String CSRF_NONCE_REQUEST_PARAM_NAME_KEY
public static final String METHOD_GET
public static final String CSRF_REST_NONCE_HEADER_NAME
public static final String CSRF_REST_NONCE_HEADER_FETCH_VALUE
public static final String CSRF_REST_NONCE_HEADER_REQUIRED_VALUE
public static final String CSRF_REST_NONCE_SESSION_ATTR_NAME
public static final String CSRF_REST_NONCE_HEDAER_NAME_KEY
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.