Created AuthenticationService-specific config for audit tests

- Makes for a clearer demonstration of API-based auditing


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17693 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-12-01 15:41:49 +00:00
parent 4835819b62
commit 48df5a03ac
4 changed files with 41 additions and 27 deletions

View File

@@ -178,8 +178,6 @@ public interface AuditComponent
* @return Returns the values that were actually persisted, keyed by their full path.
* @throws IllegalStateException if there is not a writable transaction present
*
* @see #startAuditSession()
*
* @since 3.2
*/
Map<String, Serializable> recordAuditValues(String rootPath, Map<String, Serializable> values);