Class XsrfConstants

java.lang.Object
com.google.gerrit.httpd.XsrfConstants

public class XsrfConstants extends Object
XSRF Constants.
  • Field Details

    • 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:
  • Constructor Details

    • XsrfConstants

      public XsrfConstants()