Class RestSecuritySettings.RestXsrfProtection

java.lang.Object
com.atlassian.bamboo.rest.model.admin.security.RestSecuritySettings.RestXsrfProtection
Enclosing class:
RestSecuritySettings

public static class RestSecuritySettings.RestXsrfProtection extends Object
  • Constructor Details

    • RestXsrfProtection

      public RestXsrfProtection()
    • RestXsrfProtection

      public RestXsrfProtection(Boolean enabled, Boolean disableForHTTPGET)
  • Method Details

    • isEnabled

      public Boolean isEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • isDisableForHTTPGET

      public Boolean isDisableForHTTPGET()
    • setDisableForHTTPGET

      public void setDisableForHTTPGET(Boolean disableForHTTPGET)