|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuditEventReader | |
|---|---|
| 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. |
| Uses of AuditEventReader in org.jwall |
|---|
| Methods in org.jwall that return AuditEventReader | |
|---|---|
static AuditEventReader |
Collector.createAuditEventReader()
This method is used to create an AuditEventReader that is Bsed as the event-source. |
| Uses of AuditEventReader in org.jwall.audit.server |
|---|
| Classes in org.jwall.audit.server that implement AuditEventReader | |
|---|---|
class |
ModSecurity2AuditStream
This class implements a parser for audit-logfile for the modsecurity2. |
| Uses of AuditEventReader in org.jwall.web.audit |
|---|
| Classes in org.jwall.web.audit that implement AuditEventReader | |
|---|---|
class |
AuditEventQueue
A simple queue which holds some audit-events. |
| Constructors in org.jwall.web.audit with parameters of type AuditEventReader | |
|---|---|
AuditEventDispatcher(AuditEventReader src)
This constructor creates a new dispatcher which reads events from the given AuditEventReader. |
|
| Uses of AuditEventReader in org.jwall.web.audit.io |
|---|
| Classes in org.jwall.web.audit.io that implement AuditEventReader | |
|---|---|
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. |
| Methods in org.jwall.web.audit.io that return AuditEventReader | |
|---|---|
static AuditEventReader |
AuditFormat.createReader(String filename,
boolean tail)
This method creates the appropriate reader for a file, denoted by filename. |
| Constructors in org.jwall.web.audit.io with parameters of type AuditEventReader | |
|---|---|
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. |
|
| Uses of AuditEventReader in org.jwall.web.audit.net |
|---|
| Classes in org.jwall.web.audit.net that implement AuditEventReader | |
|---|---|
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. |
| Uses of AuditEventReader in org.jwall.web.audit.util |
|---|
| Methods in org.jwall.web.audit.util that return AuditEventReader | |
|---|---|
static AuditEventReader |
RFICollector.createReader(String f,
boolean tail)
|
| Constructors in org.jwall.web.audit.util with parameters of type AuditEventReader | |
|---|---|
RFICollector(AuditEventReader source,
Properties p)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||