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, fortress-dao has been updated via cbe40e17ded8a9300fc41d834486db0f21ebbe3f (commit) via a3fe6af0191315ba4434ad5fb553ff2a073f6589 (commit) via abee3368aef67b35db51d8406065fe7ecaff4ee9 (commit) via 62cb10aa35461bd6d55c82d52af0b71db21b30a0 (commit) via 468f73f54b42ea05891212164f01b3dbbaec542f (commit) via ad3429e830a5bacb6d88e24c14f17c723120a125 (commit) from de7f18b4e9de3af340c7668233ed56761f600d29 (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 cbe40e17ded8a9300fc41d834486db0f21ebbe3f Author: Emmanuel Lécharny elecharny@apache.org Date: Tue Jul 16 19:59:26 2013 +0200
Many modifications : o removed of some package name in the code o used collections instead of Set/List o Removed a duplicated method, made the caller to create the structure to feed o removed useless 'if' o simplified some tests
commit a3fe6af0191315ba4434ad5fb553ff2a073f6589 Author: Emmanuel Lécharny elecharny@apache.org Date: Tue Jul 16 19:53:48 2013 +0200
Used Collection instead of Set
commit abee3368aef67b35db51d8406065fe7ecaff4ee9 Author: Emmanuel Lécharny elecharny@apache.org Date: Tue Jul 16 19:52:12 2013 +0200
Made some methods public
commit 62cb10aa35461bd6d55c82d52af0b71db21b30a0 Author: Emmanuel Lécharny elecharny@apache.org Date: Tue Jul 16 19:51:42 2013 +0200
o Added some missing references to methods in the Interface o Declared some methods public
commit 468f73f54b42ea05891212164f01b3dbbaec542f Author: Emmanuel Lécharny elecharny@apache.org Date: Tue Jul 16 19:50:01 2013 +0200
Don't catch the exception in the bind method
commit ad3429e830a5bacb6d88e24c14f17c723120a125 Author: Emmanuel Lécharny elecharny@apache.org Date: Thu Jul 11 22:07:50 2013 +0200
Added a toString() method. Minor refactoring
-----------------------------------------------------------------------
Summary of changes: .../us/jts/fortress/ldap/ApacheDsDataProvider.java | 11 +-- src/main/java/us/jts/fortress/rbac/Role.java | 105 ++++++++++++++- .../java/us/jts/fortress/rbac/dao/UserDAO.java | 32 +++++ .../us/jts/fortress/rbac/dao/apache/UserDAO.java | 10 +- .../jts/fortress/rbac/dao/unboundid/UserDAO.java | 10 +- .../us/jts/fortress/rbac/process/AdminRoleP.java | 4 +- .../us/jts/fortress/rbac/process/OrgUnitP.java | 2 +- .../java/us/jts/fortress/rbac/process/PermP.java | 4 +- .../java/us/jts/fortress/rbac/process/PolicyP.java | 2 +- .../java/us/jts/fortress/rbac/process/RoleP.java | 2 +- .../java/us/jts/fortress/rbac/process/UserP.java | 10 +- .../us/jts/fortress/rbac/AccessMgrImplTest.java | 4 +- .../us/jts/fortress/rbac/DelegatedMgrImplTest.java | 146 ++++++++++---------- .../java/us/jts/fortress/rbac/OrgUnitTestData.java | 73 +++------- .../us/jts/fortress/rbac/ReviewMgrImplTest.java | 3 +- .../java/us/jts/fortress/rbac/RoleTestData.java | 2 +- .../java/us/jts/fortress/rbac/UserTestData.java | 122 ++++++++-------- 17 files changed, 318 insertions(+), 224 deletions(-)
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git