18 Nov, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@4328 d98387aa-ee2c-4292-a9e6-504d2a719fd3
03 Sep, 2014
1 commit
-
Add filter-by-field value AuditLogFilter. git-svn-id: https://svn.forgerock.org/openidm/trunk@3849 d98387aa-ee2c-4292-a9e6-504d2a719fd3
27 Aug, 2014
1 commit
-
Allow custom audit log filter eventTypes to be filterable by script-hook. git-svn-id: https://svn.forgerock.org/openidm/trunk@3829 d98387aa-ee2c-4292-a9e6-504d2a719fd3
15 Aug, 2014
1 commit
-
Add support for an audit filter via a script. git-svn-id: https://svn.forgerock.org/openidm/trunk@3802 d98387aa-ee2c-4292-a9e6-504d2a719fd3
12 Aug, 2014
1 commit
-
Refactor AuditService log filters from using a map of eventtype to some set of actions to a collection of log filters with a defined interface. Calling filter.isFiltered(context, request) lets AuditSerivceImpl#handleCreate determine whether to filter the request. This allows extension to other types of filters but also lets different event types use a different set of action constants and thus solves OPENIDM-2106. All AuditLogFilter implementation is hidden behind the static factory methods in AuditLogFilters. Note that in the implementations of newActivityActionFilter and newReconActionFilter, the resultant filter does not filter nulls or actions that are not constants of the requisite enum type. git-svn-id: https://svn.forgerock.org/openidm/trunk@3792 d98387aa-ee2c-4292-a9e6-504d2a719fd3
28 Jul, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/openidm/trunk@3628 d98387aa-ee2c-4292-a9e6-504d2a719fd3
-
Add unit test for audit service configuration methods, handleCreate Refactor accordingly. git-svn-id: https://svn.forgerock.org/openidm/trunk@3624 d98387aa-ee2c-4292-a9e6-504d2a719fd3