| Package | Description |
|---|---|
| org.jwall.audit | |
| org.jwall.web.audit.filter |
The filter package provides two simple classes/interfaces to construct filters: the
AuditEventMatch interface and the AuditEventFilter class.
|
| org.jwall.web.audit.rules | |
| org.jwall.web.audit.rules.operators |
| Modifier and Type | Field and Description |
|---|---|
protected Condition |
Match.condition |
| Modifier and Type | Method and Description |
|---|---|
Condition |
FilterCompiler.createCondition(FilterExpression e) |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
AuditEventRule.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuditEventRule.add(Condition filter) |
boolean |
AuditEventRule.remove(Condition filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditEventRule.setConditions(List<Condition> filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCondition
The abstract stuff of a condition instance.
|
class |
BeginsWith
Instances of this class check all values for the given variable if they
start with a pre-defined substring.
|
class |
ConditionEQ
This condition checks for equality.
|
class |
ConditionGE |
class |
ConditionGT |
class |
ConditionIN
This class implements a condition called
@in, which basically matches,
if one of a set of SX operators matches. |
class |
ConditionLE |
class |
ConditionLT |
class |
ConditionPM |
class |
ConditionRX
Instances of this class match all values for the given variable against
the specified regular expression.
|
class |
ConditionSX
Instances of this class match all values for the given variable against the
specified simple expression.
|
class |
Contains
This condition checks for equality.
|
class |
EndsWith
This condition checks for equality.
|
| Modifier and Type | Method and Description |
|---|---|
static Condition |
AbstractCondition.createCondition(Operator oper,
String variable,
String value) |
Copyright © 2014 jwall.org. All Rights Reserved.