Class RestSecuritySettings.RestXsrfProtection

    • Constructor Detail

      • RestXsrfProtection

        public RestXsrfProtection()
      • RestXsrfProtection

        public RestXsrfProtection​(Boolean enabled,
                                  Boolean disableForHTTPGET)
    • Method Detail

      • isEnabled

        public Boolean isEnabled()
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • isDisableForHTTPGET

        public Boolean isDisableForHTTPGET()
      • setDisableForHTTPGET

        public void setDisableForHTTPGET​(Boolean disableForHTTPGET)