| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AuditEventType |
ModSecurityAuditEvent.getAuditEventType() |
AuditEventType |
IronBeeAuditEvent.getAuditEventType() |
AuditEventType |
AuditEvent.getAuditEventType() |
static AuditEventType |
AuditEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEventType[] |
AuditEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuditEvent |
DefaultAuditEventFactory.createAuditEvent(String[] sectionData,
AuditEventType type) |
AuditEvent |
AuditEventFactory.createAuditEvent(String[] sectionData,
AuditEventType type)
Creates a new audit-event instance from the given section strings.
|
AuditEvent |
DefaultAuditEventFactory.createAuditEvent(String id,
String[] data,
File inputFile,
long offset,
long size,
AuditEventType type) |
AuditEvent |
AuditEventFactory.createAuditEvent(String id,
String[] data,
File f,
long off,
long size,
AuditEventType type) |
| Constructor and Description |
|---|
ModSecurityAuditEvent(AuditEventType type) |
ModSecurityAuditEvent(String[] data,
AuditEventType type)
This creates an instance of this class by parsing all fields from the
given string-array.
|
ModSecurityAuditEvent(String id,
String[] data,
AuditEventType type)
This constructor is used, when reading audit-events from a file.
|
ModSecurityAuditEvent(String id,
String[] data,
File f,
long off,
long size,
AuditEventType type) |
Copyright © 2014 jwall.org. All Rights Reserved.