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 88e34386299bb34e4e9ee4320b78b257bde35fd9 (commit) from 83fe7e4701d35c8e26badec71b1602861eb737c2 (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 88e34386299bb34e4e9ee4320b78b257bde35fd9 Author: Shawn McKinney <smckinn@smckinnlt-lr02.(none)> Date: Sat Jan 28 13:02:46 2012 -0600
Add JAXB for admin role, org unit relationships and user admin role entity.
-----------------------------------------------------------------------
Summary of changes: src/java/com/jts/fortress/ObjectFactory.java | 48 ++++++++++++++++++++ src/java/com/jts/fortress/arbac/AdminRole.java | 8 ++-- .../AdminRoleRelationship.java} | 30 ++++++------- .../OrgUnitRelationship.java} | 28 ++++++------ src/java/com/jts/fortress/arbac/UserAdminRole.java | 2 + 5 files changed, 82 insertions(+), 34 deletions(-) copy src/java/com/jts/fortress/{rbac/RoleRelationship.java => arbac/AdminRoleRelationship.java} (51%) copy src/java/com/jts/fortress/{rbac/RoleRelationship.java => arbac/OrgUnitRelationship.java} (54%)
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git