|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jwall.web.audit.AuditEventObfuscatorChain
public class AuditEventObfuscatorChain
This class implements a chain of obfuscators. Obfuscators are small snipplets which may replace/anonymize parts of an audit event.
| Constructor Summary | |
|---|---|
AuditEventObfuscatorChain()
Create a new obfuscator chain. |
|
| Method Summary | |
|---|---|
void |
addObfuscator(Obfuscator ob)
This adds a new obfuscator to the list of this chain. |
AuditEvent |
obfuscate(AuditEvent evt)
|
boolean |
obfuscatesSection(Obfuscator obfuscator,
Integer id)
Checks whether the given obfuscator needs to process the section with the specified ID. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuditEventObfuscatorChain()
| Method Detail |
|---|
public void addObfuscator(Obfuscator ob)
ob -
public boolean obfuscatesSection(Obfuscator obfuscator,
Integer id)
obfuscator - id -
public AuditEvent obfuscate(AuditEvent evt)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||