| Interface | Description |
|---|---|
| RDBMSAuditContextRepository | |
| RDBMSAuditEventRepository |
| 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.
|
| SPIAuditorFactory |
Factory for creating
Auditor instances using Java SPI. |
Copyright © 2010–2021 The Direct Project. All rights reserved.