| Interface | Description |
|---|---|
| RDBMSDao |
DAO interface for reading and writing audit info to the RDBMS.
|
| Class | Description |
|---|---|
| AbstractAuditor |
Abstract base class
Auditor that performs trivial sanity checks such as parameter validation. |
| FileAuditor |
File based auditor.
|
| LoggingAuditor |
Auditor implementation that utilizes the Apache Commons logging framework as the storage medium for auditing events. |
| MultiProviderAuditor |
Auditor implementation that wraps multiple auditors. |
| NoOpAuditor |
Auditor implementation that effectively does nothing. |
| RDBMSAuditor |
Implementation of the DirectProject RI auditor that writes records to a configurable database.
|
| RDBMSDaoImpl |
DOA implementation for audit events.
|
| SPIAuditorFactory |
Factory for creating
Auditor instances using Java SPI. |
Copyright © 2010-2019 The Direct Project. All Rights Reserved.