Class HeaderSecurityProperties
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.property.HeaderSecurityProperties
-
public class HeaderSecurityProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancontentSecurityPolicyDisabledprotected StringcontentSecurityPolicyValueprotected booleancontentTypeOptionsDisabledprotected StringcontentTypeOptionsValueprotected booleanhstsDisabledprotected booleanhstsIncludeSubdomainsDisabledprotected StringhstsMaxAgeprotected StringhstsValueprotected booleanxssProtectionDisabledprotected StringxssProtectionOptionprotected StringxssProtectionValue
-
Constructor Summary
Constructors Constructor Description HeaderSecurityProperties()
-
Method Summary
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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)
-
-