Uses of Class
org.htmlunit.csp.Policy
-
Packages that use Policy Package Description org.htmlunit.csp Content Security Policy. -
-
Uses of Policy in org.htmlunit.csp
Fields in org.htmlunit.csp declared as Policy Modifier and Type Field Description private Policy
PolicyInOrigin. policy_
Fields in org.htmlunit.csp with type parameters of type Policy Modifier and Type Field Description private java.util.List<Policy>
PolicyList. policies_
Methods in org.htmlunit.csp that return Policy Modifier and Type Method Description Policy
PolicyInOrigin. getPolicy()
static Policy
Policy. parseSerializedCSP(java.lang.String serialized, Policy.PolicyErrorConsumer policyErrorConsumer)
Constructors in org.htmlunit.csp with parameters of type Policy Constructor Description PolicyInOrigin(Policy policy, URLWithScheme origin)
Constructor parameters in org.htmlunit.csp with type arguments of type Policy Constructor Description PolicyList(java.util.List<Policy> policies)
-