public class XsrfConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
XSRF_COOKIE_NAME
Name of the cookie in which the XSRF token is sent from the server to the client during host
page bootstrapping.
|
static java.lang.String |
XSRF_HEADER_NAME
Name of the HTTP header in which the client must send the XSRF token to the server on each
request.
|
Constructor and Description |
---|
XsrfConstants() |
public static final java.lang.String XSRF_COOKIE_NAME
public static final java.lang.String XSRF_HEADER_NAME