Uses of Class
org.apache.wicket.csp.CSPHeaderMode
-
Packages that use CSPHeaderMode Package Description org.apache.wicket.csp -
-
Uses of CSPHeaderMode in org.apache.wicket.csp
Methods in org.apache.wicket.csp that return CSPHeaderMode Modifier and Type Method Description static CSPHeaderMode
CSPHeaderMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CSPHeaderMode[]
CSPHeaderMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wicket.csp that return types with arguments of type CSPHeaderMode Modifier and Type Method Description Map<CSPHeaderMode,CSPHeaderConfiguration>
ContentSecurityPolicySettings. getConfiguration()
Returns the CSP configuration perCSPHeaderMode
.
-