A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 5a13ac048edb03c583b69abc5ef2c1cd92ba2257 (commit) from 97da74b44552ab2682fa6e02b168de5e67e0518b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 5a13ac048edb03c583b69abc5ef2c1cd92ba2257 Author: Shawn McKinney <smckinn@smckinnlt-lr02.(none)> Date: Sun Aug 5 14:21:17 2012 -0500
RC12 includes new factory methods to create fortress Managers.
-----------------------------------------------------------------------
Summary of changes: .../java/com/jts/fortress/AccessMgrFactory.java | 23 +++++++++++++++- .../java/com/jts/fortress/AdminMgrFactory.java | 22 ++++++++++++++- .../java/com/jts/fortress/AuditMgrFactory.java | 22 ++++++++++++++- .../java/com/jts/fortress/DelAccessMgrFactory.java | 19 +++++++++++++ .../java/com/jts/fortress/DelAdminMgrFactory.java | 18 ++++++++++++ .../java/com/jts/fortress/DelReviewMgrFactory.java | 18 ++++++++++++ .../java/com/jts/fortress/PwPolicyMgrFactory.java | 18 ++++++++++++ .../java/com/jts/fortress/ReviewMgrFactory.java | 20 ++++++++++++- .../com/jts/fortress/rbac/AdminMgrImplTest.java | 3 +- .../com/jts/fortress/rbac/AuditMgrImplTest.java | 28 +++++++++++++++----- .../jts/fortress/rbac/DelegatedMgrImplTest.java | 3 +- .../java/com/jts/fortress/rbac/PermTestData.java | 1 - .../jts/fortress/rbac/PswdPolicyMgrImplTest.java | 3 +- .../com/jts/fortress/rbac/ReviewMgrImplTest.java | 3 +- 14 files changed, 177 insertions(+), 24 deletions(-)
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git