Package org.alfresco.repo.audit

Interface Summary
ApplicationAuditModel The audit model used for application level auditing.
AuditComponent The audit component.
AuditConfiguration An audit configuration is xml content from an input stream.
AuditModel API for querying the audit model
MethodAuditModel The audit model used to audit method calls.
PublicServiceIdentifier This defines the API to identify the public service upon which a method invocation has been made.
RecordOptions  
 

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.
 

Exception Summary
AuditException Audit related exceptions.
 



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.