|
Class Summary |
| AuditableAspectTest |
Checks that the behaviour of the auditable aspect
is correct. |
| AuditBootstrapTest |
Tests that auditing is loaded properly on repository startup. |
| AuditComponentImpl |
The default audit component implementation. |
| AuditComponentTest |
Tests component-level auditing i.e. |
| AuditConfigurationImpl |
A class to read the audit configuration from the class path |
| AuditInfo |
A class to encapsulate audit information supplied to the DAO layer. |
| AuditMethodInterceptor |
A method interceptor to wrap method invocations with auditing. |
| AuditMode |
An enum to specify the audit mode:
ALL - all calls are audited
SUCCESS - only successful calls are audited (audited in the same TX)
FAIL - only fail calls are audited (in a new transaction)
NONE - noting is audited
UNSET
The mode is inherited from containers if nothing is specified |
| AuditServiceImpl |
The implementation of the AuditService for application auditing. |
| AuditServiceTest |
|
| AuditState |
A class to encapsulate audit information supplied to the DAO layer. |
| PublicServiceIdentifierImpl |
Identify public services by method invocation. |