| Package | Description |
|---|---|
| org.jwall | |
| org.jwall.audit.server | |
| 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.
|
| org.jwall.web.audit.io |
This package contains the interfaces and classes that are used to read
event from various sources or write audit-event to files.
|
| org.jwall.web.audit.net |
The
net-package provides network communication like sending
or receiving of audit data over tcp-connections. |
| org.jwall.web.audit.util |
This package simply contains some utility classes that are used for parsing and
convenience.
|
| Modifier and Type | Method and Description |
|---|---|
static AuditEventReader |
Collector.createAuditEventReader()
This method is used to create an AuditEventReader that is
Bsed as the event-source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModSecurity2AuditStream
This class implements a parser for audit-logfile for the
modsecurity2. |
| Modifier and Type | Class and Description |
|---|---|
class |
AuditEventQueue
A simple queue which holds some audit-events.
|
| Constructor and Description |
|---|
AuditEventDispatcher(AuditEventReader src)
This constructor creates a new dispatcher which reads events from the given
AuditEventReader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuditEventReader
This abstract class implements the basic methods of an AuditEventReader.
|
class |
AccessLogAuditReader
This simple class creates small AuditEvent objects from a line of an
web-server access log.
|
class |
ConcurrentAuditReader
This class read the index-file of a concurrent auditlog and
creates audit-events from the appopriate event-files, if
available.
|
class |
ConcurrentDirectoryReader
This is a simple directory reader which recursively scans all files from a specified directory
and tries to parse audit-events from them.
|
class |
IronBeeAuditReader |
class |
ModSecurity2AuditReader
This class implements a parser for audit-logfile for the
modsecurity2. |
class |
ModSecurityAuditReader
This class implements a reader for AuditEvent-objects read from a file produced
by mod_security prior version 2.0.
|
| Modifier and Type | Method and Description |
|---|---|
static AuditEventReader |
AuditFormat.createReader(String filename,
boolean tail)
This method creates the appropriate reader for a file, denoted by
filename. |
| Constructor and Description |
|---|
AuditEventIterator(AuditEventReader reader) |
BufferedAuditEventSource(AuditEventReader evtReader) |
BufferedAuditEventSource(AuditEventReader evtReader,
int bufSize)
This creates a buffered source that fetches events from the
reader given as
evtReader and stores up to
bufSize events in memory. |
| Modifier and Type | Class and Description |
|---|---|
class |
SyslogAuditEventMultiStream
This class implements a parser for audit-logfile for the
modsecurity2. |
class |
SyslogAuditEventStream
This class implements a parser for audit-logfile for the
modsecurity2. |
| Modifier and Type | Method and Description |
|---|---|
static AuditEventReader |
RFICollector.createReader(String f,
boolean tail) |
| Constructor and Description |
|---|
RFICollector(AuditEventReader source,
Properties p) |
Copyright © 2014 jwall.org. All Rights Reserved.