Uses of Interface
org.owasp.html.AttributePolicy

Packages that use AttributePolicy
org.owasp.html An efficient HtmlSanitizer configurable via a flexible HtmlPolicyBuilder
 

Uses of AttributePolicy in org.owasp.html
 

Classes in org.owasp.html that implement AttributePolicy
 class FilterUrlByProtocolAttributePolicy
          An 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
static AttributePolicy AttributePolicy.IDENTITY_ATTRIBUTE_POLICY
           
static AttributePolicy AttributePolicy.REJECT_ALL_ATTRIBUTE_POLICY
           
 

Methods in org.owasp.html that return AttributePolicy
static AttributePolicy AttributePolicy.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
static AttributePolicy AttributePolicy.Util.join(AttributePolicy... policies)
          An attribute policy equivalent to applying all the given policies in order, failing early if any of them fails.
 HtmlPolicyBuilder.AttributeBuilder HtmlPolicyBuilder.AttributeBuilder.matching(AttributePolicy policy)
          Filters and/or transforms the attribute values allowed by later allow* calls.
 



Copyright © 2012 OWASP. All Rights Reserved.