|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuditEventType | |
|---|---|
| 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. |
| Uses of AuditEventType in org.jwall.web.audit |
|---|
| Methods in org.jwall.web.audit that return AuditEventType | |
|---|---|
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. |
| Methods in org.jwall.web.audit with parameters of type AuditEventType | |
|---|---|
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)
|
| Constructors in org.jwall.web.audit with parameters of type AuditEventType | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||