public class HeaderSecurityProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
xssProtectionDisabled |
protected String |
xssProtectionOption |
protected String |
xssProtectionValue |
| Constructor and Description |
|---|
HeaderSecurityProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getInitParams() |
String |
getXssProtectionOption() |
String |
getXssProtectionValue() |
boolean |
isXssProtectionDisabled() |
void |
setXssProtectionDisabled(boolean xssProtectionDisabled) |
void |
setXssProtectionOption(String xssProtectionOption) |
void |
setXssProtectionValue(String xssProtectionValue) |
String |
toString() |
protected boolean xssProtectionDisabled
protected String xssProtectionOption
protected String xssProtectionValue
public boolean isXssProtectionDisabled()
public void setXssProtectionDisabled(boolean xssProtectionDisabled)
public String getXssProtectionOption()
public void setXssProtectionOption(String xssProtectionOption)
public String getXssProtectionValue()
public void setXssProtectionValue(String xssProtectionValue)
Copyright © 2015–2020 Camunda Services GmbH. All rights reserved.