| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Obfuscator> |
AuditEventObfuscatorChain.obfuscators
The list of obfuscators which shall be executed on the event
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientIPObfuscation
This class implements a simple client IP address obfuscation.
|
Copyright © 2015 jwall.org. All Rights Reserved.