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
Methods in org.htmlunit.csp that return Policy Modifier and Type Method Description PolicyPolicyInOrigin. getPolicy()static PolicyPolicy. parseSerializedCSP(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(List<Policy> policies)
-