mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
67735: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud) 65767: Merged DEV to V4.2-BUG-FIX 65559 : MNT-10807 : Auditing does not take into account audit.filter.alfresco-access.transaction.user Added UserAuditFilter class, inject an instance into AuditComponentImpl. Added unit test. 65671 : MNT-10807 : Auditing does not take into account audit.filter.alfresco-access.transaction.user Fixed some code problem. Reverted test from AuditComponentTest and created new UserAuditFilterTest. 65754 : MNT-10807 : Auditing does not take into account audit.filter.alfresco-access.transaction.user Included 'UserAuditFilterTest' test in a test suite. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@68374 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2005-2010 Alfresco Software Limited.
|
||||
* Copyright (C) 2005-2014 Alfresco Software Limited.
|
||||
*
|
||||
* This file is part of Alfresco
|
||||
*
|
||||
@@ -53,6 +53,13 @@ public interface AuditComponent
|
||||
*/
|
||||
public void setAuditEnabled(boolean enable);
|
||||
|
||||
/**
|
||||
* @param userAuditFilter
|
||||
*
|
||||
* @since 4.2
|
||||
*/
|
||||
public void setUserAuditFilter(UserAuditFilter userAuditFilter);
|
||||
|
||||
/**
|
||||
* Get all registered audit applications, whether active or not.
|
||||
*
|
||||
|
Reference in New Issue
Block a user