| Package | Description |
|---|---|
| org.jwall.audit | |
| org.jwall.audit.script | |
| org.jwall.log | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EventType |
Event.getType() |
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EventType |
ScriptEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
EventType |
LogMessageImpl.getType() |
| Constructor and Description |
|---|
LogMessageImpl(EventType type,
Long timestamp,
String source,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
EventType |
ModSecurityAuditEvent.getType() |
EventType |
IronBeeAuditEvent.getType() |
EventType |
AuditData.getType() |
Copyright © 2014 jwall.org. All Rights Reserved.