28 Aug, 2014

5 commits


27 Aug, 2014

7 commits


26 Aug, 2014

2 commits


25 Aug, 2014

2 commits


22 Aug, 2014

3 commits


21 Aug, 2014

2 commits


20 Aug, 2014

1 commit


19 Aug, 2014

4 commits


18 Aug, 2014

3 commits


15 Aug, 2014

2 commits


14 Aug, 2014

3 commits


13 Aug, 2014

3 commits


12 Aug, 2014

3 commits

  • …ng for add/edit/view connectors.
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3794 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    jason.browne
     
  • …ng for add/edit/view connectors.
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3793 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    jason.browne
     
  • 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
    brmiller