|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventType | |
|---|---|
| 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. |
| Uses of EventType in org.jwall.audit |
|---|
| Methods in org.jwall.audit that return EventType | |
|---|---|
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. |
| Uses of EventType in org.jwall.audit.script |
|---|
| Methods in org.jwall.audit.script that return EventType | |
|---|---|
EventType |
ScriptEvent.getType()
|
| Uses of EventType in org.jwall.log |
|---|
| Methods in org.jwall.log that return EventType | |
|---|---|
EventType |
LogMessageImpl.getType()
|
| Constructors in org.jwall.log with parameters of type EventType | |
|---|---|
LogMessageImpl(EventType type,
Long timestamp,
String source,
String msg)
|
|
| Uses of EventType in org.jwall.web.audit |
|---|
| Methods in org.jwall.web.audit that return EventType | |
|---|---|
EventType |
ModSecurityAuditEvent.getType()
|
EventType |
IronBeeAuditEvent.getType()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||