| Interface | Description |
|---|---|
| IAuditItem |
Base interface for a single audit item
|
| IAuditManager |
Interface for a manager that can handle audit items.
|
| IAuditor |
Main interface for an auditing service.
|
| IAuditorProvider |
Main interface for an provider for auditor.
|
| Class | Description |
|---|---|
| AbstractAuditor |
Abstract base class for interface
IAuditor. |
| AsynchronousAuditor |
The class handles all audit items
|
| AuditManager |
The class handles all audit items
|
| AuditUtils |
Simplify auditing calls.
|
| ComparatorAuditItemDateTime | |
| IgnoringAuditor |
An implementation of
IAuditor that does nothing |
| LoggingAuditor |
An implementation of
IAuditor using SLF4J logging. |
| Enum | Description |
|---|---|
| EAuditActionType |
Determines the different types of actions of an audit item.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.