| Package | Description |
|---|---|
| org.jwall.audit | |
| org.jwall.log | |
| 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.operators |
| Modifier and Type | Field and Description |
|---|---|
protected Operator |
Match.operator |
| Modifier and Type | Method and Description |
|---|---|
Operator |
Match.getOp() |
| Modifier and Type | Method and Description |
|---|---|
Set<Operator> |
EventView.getSupportedOperators() |
| Constructor and Description |
|---|
Match(String variable,
Operator op,
String value) |
| Constructor and Description |
|---|
LogMessageMatch(String var,
Operator op,
String val) |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.read(String str) |
protected Operator |
ExpressionReader.readOperator() |
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AuditEventFilter |
FilterCompiler.compile(String str,
Set<String> variables,
Set<Operator> operators) |
static AuditEventFilter |
FilterCompiler.compile(String str,
Set<String> variables,
Set<Operator> operators,
Set<BooleanOperator> boolOps) |
static FilterExpression |
FilterCompiler.parse(String str,
Collection<String> variables,
Set<Operator> operators) |
static FilterExpression |
FilterCompiler.parse(String str,
Collection<String> variables,
Set<Operator> operators,
Set<BooleanOperator> boolOps) |
| Constructor and Description |
|---|
AuditEventDateMatch(Operator op,
Date date) |
AuditEventDateMatch(String var,
Operator op,
Date date) |
AuditEventMatch(String variable,
Operator op,
String value) |
| Constructor and Description |
|---|
ExpressionReader(String str,
Collection<String> variables,
Set<Operator> operators) |
| Modifier and Type | Method and Description |
|---|---|
static Condition |
AbstractCondition.createCondition(Operator oper,
String variable,
String value) |
Copyright © 2015 jwall.org. All Rights Reserved.