Uses of Class
org.camunda.bpm.webapp.impl.security.filter.headersec.provider.impl.XssProtectionOption
-
Packages that use XssProtectionOption Package Description org.camunda.bpm.webapp.impl.security.filter.headersec.provider.impl -
-
Uses of XssProtectionOption in org.camunda.bpm.webapp.impl.security.filter.headersec.provider.impl
Fields in org.camunda.bpm.webapp.impl.security.filter.headersec.provider.impl declared as XssProtectionOption Modifier and Type Field Description static XssProtectionOptionXssProtectionProvider. HEADER_DEFAULT_VALUEMethods in org.camunda.bpm.webapp.impl.security.filter.headersec.provider.impl that return XssProtectionOption Modifier and Type Method Description protected XssProtectionOptionXssProtectionProvider. parseValue(String optionValue)static XssProtectionOptionXssProtectionOption. valueOf(String name)Returns the enum constant of this type with the specified name.static XssProtectionOption[]XssProtectionOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-