Class HeaderSecurityProperties

java.lang.Object
org.camunda.bpm.spring.boot.starter.property.HeaderSecurityProperties

public class HeaderSecurityProperties extends Object
  • Field Details

    • xssProtectionDisabled

      protected boolean xssProtectionDisabled
    • xssProtectionOption

      protected String xssProtectionOption
    • xssProtectionValue

      protected String xssProtectionValue
    • contentSecurityPolicyDisabled

      protected boolean contentSecurityPolicyDisabled
    • contentSecurityPolicyValue

      protected String contentSecurityPolicyValue
    • contentTypeOptionsDisabled

      protected boolean contentTypeOptionsDisabled
    • contentTypeOptionsValue

      protected String contentTypeOptionsValue
    • hstsDisabled

      protected boolean hstsDisabled
    • hstsIncludeSubdomainsDisabled

      protected boolean hstsIncludeSubdomainsDisabled
    • hstsMaxAge

      protected String hstsMaxAge
    • hstsValue

      protected String hstsValue
  • Constructor Details

    • HeaderSecurityProperties

      public HeaderSecurityProperties()
  • Method Details

    • getInitParams

      public Map<String,String> getInitParams()
    • isXssProtectionDisabled

      public boolean isXssProtectionDisabled()
    • setXssProtectionDisabled

      public void setXssProtectionDisabled(boolean xssProtectionDisabled)
    • getXssProtectionOption

      public String getXssProtectionOption()
    • setXssProtectionOption

      public void setXssProtectionOption(String xssProtectionOption)
    • getXssProtectionValue

      public String getXssProtectionValue()
    • setXssProtectionValue

      public void setXssProtectionValue(String xssProtectionValue)
    • isContentSecurityPolicyDisabled

      public boolean isContentSecurityPolicyDisabled()
    • setContentSecurityPolicyDisabled

      public void setContentSecurityPolicyDisabled(boolean contentSecurityPolicyDisabled)
    • getContentSecurityPolicyValue

      public String getContentSecurityPolicyValue()
    • setContentSecurityPolicyValue

      public void setContentSecurityPolicyValue(String contentSecurityPolicyValue)
    • isContentTypeOptionsDisabled

      public boolean isContentTypeOptionsDisabled()
    • setContentTypeOptionsDisabled

      public void setContentTypeOptionsDisabled(boolean contentTypeOptionsDisabled)
    • getContentTypeOptionsValue

      public String getContentTypeOptionsValue()
    • setContentTypeOptionsValue

      public void setContentTypeOptionsValue(String contentTypeOptionsValue)
    • isHstsDisabled

      public boolean isHstsDisabled()
    • setHstsDisabled

      public void setHstsDisabled(boolean hstsDisabled)
    • isHstsIncludeSubdomainsDisabled

      public boolean isHstsIncludeSubdomainsDisabled()
    • setHstsIncludeSubdomainsDisabled

      public void setHstsIncludeSubdomainsDisabled(boolean hstsIncludeSubdomainsDisabled)
    • getHstsValue

      public String getHstsValue()
    • setHstsValue

      public void setHstsValue(String hstsValue)
    • getHstsMaxAge

      public String getHstsMaxAge()
    • setHstsMaxAge

      public void setHstsMaxAge(String hstsMaxAge)
    • toString

      public String toString()
      Overrides:
      toString in class Object