Uses of Interface
org.jwall.web.audit.util.Obfuscator

Packages that use Obfuscator
org.jwall.web.audit This package encapsulates the AuditEvent-framework that is used to represent, create, manage and handle audit events within a Java environment. 
org.jwall.web.audit.util This package simply contains some utility classes that are used for parsing and convenience. 
 

Uses of Obfuscator in org.jwall.web.audit
 

Methods in org.jwall.web.audit with parameters of type Obfuscator
 void AuditEventObfuscatorPipe.addObfuscator(Obfuscator ob)
           
 void AuditEventObfuscatorChain.addObfuscator(Obfuscator ob)
          This adds a new obfuscator to the list of this chain.
 boolean AuditEventObfuscatorChain.obfuscatesSection(Obfuscator obfuscator, Integer id)
          Checks whether the given obfuscator needs to process the section with the specified ID.
 

Uses of Obfuscator in org.jwall.web.audit.util
 

Classes in org.jwall.web.audit.util that implement Obfuscator
 class ClientIPObfuscation
           This class implements a simple client IP address obfuscation.
 



Copyright © 2012 jwall.org. All Rights Reserved.