Package com.google.gerrit.httpd
Class XsrfConstants
- java.lang.Object
-
- com.google.gerrit.httpd.XsrfConstants
-
public class XsrfConstants extends Object
XSRF Constants.
-
-
Field Summary
Fields Modifier and Type Field Description static 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 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 Summary
Constructors Constructor Description XsrfConstants()
-
-
-
Field Detail
-
XSRF_COOKIE_NAME
public static final 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.- See Also:
- Constant Field Values
-
XSRF_HEADER_NAME
public static final String XSRF_HEADER_NAME
Name of the HTTP header in which the client must send the XSRF token to the server on each request.- See Also:
- Constant Field Values
-
-