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.
AuditDAO The interface to persist audit information.
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
AuditableAspect This aspect maintains the audit properties of the Auditable aspect.
AuditableAspectTest Checks that the behaviour of the auditable aspect is correct.
AuditComponentImpl The default audit component implementation.
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 - 2008 Alfresco Software, Inc. All Rights Reserved.