| Package | Description |
|---|---|
| io.apiman.plugins.httpsecuritypolicy.beans |
| Modifier and Type | Method and Description |
|---|---|
static HttpSecurityBean.XssProtection |
HttpSecurityBean.XssProtection.fromValue(String value) |
HttpSecurityBean.XssProtection |
HttpSecurityBean.getXssProtection()
XSS Protection
|
static HttpSecurityBean.XssProtection |
HttpSecurityBean.XssProtection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpSecurityBean.XssProtection[] |
HttpSecurityBean.XssProtection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpSecurityBean.setXssProtection(HttpSecurityBean.XssProtection xssProtection)
XSS Protection
|
Copyright © 2014–2021 JBoss, a division of Red Hat. All rights reserved.