Class HeaderSecurityProperties
java.lang.Object
org.camunda.bpm.spring.boot.starter.property.HeaderSecurityProperties
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
void
setContentSecurityPolicyDisabled
(boolean contentSecurityPolicyDisabled) void
setContentSecurityPolicyValue
(String contentSecurityPolicyValue) void
setContentTypeOptionsDisabled
(boolean contentTypeOptionsDisabled) void
setContentTypeOptionsValue
(String contentTypeOptionsValue) void
setHstsDisabled
(boolean hstsDisabled) void
setHstsIncludeSubdomainsDisabled
(boolean hstsIncludeSubdomainsDisabled) void
setHstsMaxAge
(String hstsMaxAge) void
setHstsValue
(String hstsValue) void
setXssProtectionDisabled
(boolean xssProtectionDisabled) void
setXssProtectionOption
(String xssProtectionOption) void
setXssProtectionValue
(String xssProtectionValue) toString()
-
Field Details
-
xssProtectionDisabled
protected boolean xssProtectionDisabled -
xssProtectionOption
-
xssProtectionValue
-
contentSecurityPolicyDisabled
protected boolean contentSecurityPolicyDisabled -
contentSecurityPolicyValue
-
contentTypeOptionsDisabled
protected boolean contentTypeOptionsDisabled -
contentTypeOptionsValue
-
hstsDisabled
protected boolean hstsDisabled -
hstsIncludeSubdomainsDisabled
protected boolean hstsIncludeSubdomainsDisabled -
hstsMaxAge
-
hstsValue
-
-
Constructor Details
-
HeaderSecurityProperties
public HeaderSecurityProperties()
-
-
Method Details
-
getInitParams
-
isXssProtectionDisabled
public boolean isXssProtectionDisabled() -
setXssProtectionDisabled
public void setXssProtectionDisabled(boolean xssProtectionDisabled) -
getXssProtectionOption
-
setXssProtectionOption
-
getXssProtectionValue
-
setXssProtectionValue
-
isContentSecurityPolicyDisabled
public boolean isContentSecurityPolicyDisabled() -
setContentSecurityPolicyDisabled
public void setContentSecurityPolicyDisabled(boolean contentSecurityPolicyDisabled) -
getContentSecurityPolicyValue
-
setContentSecurityPolicyValue
-
isContentTypeOptionsDisabled
public boolean isContentTypeOptionsDisabled() -
setContentTypeOptionsDisabled
public void setContentTypeOptionsDisabled(boolean contentTypeOptionsDisabled) -
getContentTypeOptionsValue
-
setContentTypeOptionsValue
-
isHstsDisabled
public boolean isHstsDisabled() -
setHstsDisabled
public void setHstsDisabled(boolean hstsDisabled) -
isHstsIncludeSubdomainsDisabled
public boolean isHstsIncludeSubdomainsDisabled() -
setHstsIncludeSubdomainsDisabled
public void setHstsIncludeSubdomainsDisabled(boolean hstsIncludeSubdomainsDisabled) -
getHstsValue
-
setHstsValue
-
getHstsMaxAge
-
setHstsMaxAge
-
toString
-