public class XssProtectionProvider extends HeaderSecurityProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
DISABLED_PARAM |
static XssProtectionOption |
HEADER_DEFAULT_VALUE |
static String |
HEADER_NAME |
static String |
OPTION_PARAM |
static String |
VALUE_PARAM |
disabled, initParams, value| Constructor and Description |
|---|
XssProtectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderName() |
Map<String,String> |
initParams() |
void |
parseParams() |
protected XssProtectionOption |
parseValue(String optionValue) |
getHeaderValue, isDisabled, isEmpty, setDisabled, setValuepublic static final String HEADER_NAME
public static final XssProtectionOption HEADER_DEFAULT_VALUE
public static final String DISABLED_PARAM
public static final String OPTION_PARAM
public static final String VALUE_PARAM
public Map<String,String> initParams()
initParams in class HeaderSecurityProviderpublic void parseParams()
parseParams in class HeaderSecurityProviderprotected XssProtectionOption parseValue(String optionValue)
public String getHeaderName()
getHeaderName in class HeaderSecurityProviderCopyright © 2014–2019 camunda services GmbH. All rights reserved.