Uses of Interface
org.owasp.html.AttributePolicy
-
Packages that use AttributePolicy Package Description org.owasp.html An efficientHtmlSanitizerconfigurable via a flexibleHtmlPolicyBuilder. -
-
Uses of AttributePolicy in org.owasp.html
Subinterfaces of AttributePolicy in org.owasp.html Modifier and Type Interface Description static interfaceAttributePolicy.JoinableAttributePolicyAn attribute policy that is joinable.Classes in org.owasp.html that implement AttributePolicy Modifier and Type Class Description classFilterUrlByProtocolAttributePolicyAn attribute policy for attributes whose values are URLs that requires that the value have no protocol or have an allowed protocol.Fields in org.owasp.html declared as AttributePolicy Modifier and Type Field Description static AttributePolicyAttributePolicy. IDENTITY_ATTRIBUTE_POLICYAn attribute policy that returns the value unchanged.static AttributePolicyAttributePolicy. REJECT_ALL_ATTRIBUTE_POLICYAn attribute policy that rejects all values.Methods in org.owasp.html that return AttributePolicy Modifier and Type Method Description static AttributePolicyAttributePolicy.Util. join(AttributePolicy... policies)An attribute policy equivalent to applying all the given policies in order, failing early if any of them fails.Methods in org.owasp.html with parameters of type AttributePolicy Modifier and Type Method Description HtmlPolicyBuilderHtmlPolicyBuilder. allowUrlsInStyles(AttributePolicy newStyleUrlPolicy)Allow URLs in CSS styles.static AttributePolicyAttributePolicy.Util. join(AttributePolicy... policies)An attribute policy equivalent to applying all the given policies in order, failing early if any of them fails.HtmlPolicyBuilder.AttributeBuilderHtmlPolicyBuilder.AttributeBuilder. matching(AttributePolicy attrPolicy)Filters and/or transforms the attribute values allowed by laterallow*calls.
-