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 55e55e7bbe57a68019a55c32a065a4bb64ed131a (commit) from d9588586022800b1883d405fae68dd617d49c313 (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 55e55e7bbe57a68019a55c32a065a4bb64ed131a Author: Shawn McKinney <smckinn@smckinnlt-lr02.(none)> Date: Sat Mar 10 10:36:20 2012 -0600
rc8 includes Ehcache support for static data sets - Hier Roles, Hier Admin Roles, OSU/PSU, Policies.
-----------------------------------------------------------------------
Summary of changes: build.xml | 9 +- config/bootstrap/ehcache.xml | 857 +++++++++++++++++++ config/bootstrap/fortress.properties.src | 2 + config/ehcache.xml | 858 ++++++++++++++++++++ config/fortress.properties.src | 2 + ivy.xml | 2 + ldap/setup/FortressDemoUsers.xml | 6 +- ldap/setup/refreshLDAPData-src.xml | 6 +- .../com/jts/fortress/BaseRuntimeException.java | 14 +- .../fortress/ConfigurationRuntimeException.java | 10 + .../java/com/jts/fortress/arbac/AdminRoleUtil.java | 54 +- src/main/java/com/jts/fortress/arbac/OrgUnitP.java | 71 ++- src/main/java/com/jts/fortress/arbac/PsoUtil.java | 59 +- src/main/java/com/jts/fortress/arbac/UsoUtil.java | 58 +- .../com/jts/fortress/constants/GlobalErrIds.java | 35 + .../java/com/jts/fortress/constants/GlobalIds.java | 10 + .../jts/fortress/pwpolicy/openldap/PolicyP.java | 36 +- src/main/java/com/jts/fortress/rbac/RoleUtil.java | 60 +- src/main/java/com/jts/fortress/util/ClassUtil.java | 20 + .../java/com/jts/fortress/util/cache/Cache.java | 43 + .../cache/CacheException.java} | 27 +- .../cache/CacheFactory.java} | 25 +- .../java/com/jts/fortress/util/cache/CacheMgr.java | 73 ++ .../com/jts/fortress/util/cache/EhCacheImpl.java | 134 +++ 24 files changed, 2347 insertions(+), 124 deletions(-) create mode 100755 config/bootstrap/ehcache.xml create mode 100755 config/ehcache.xml create mode 100644 src/main/java/com/jts/fortress/util/cache/Cache.java copy src/main/java/com/jts/fortress/{ConfigurationRuntimeException.java => util/cache/CacheException.java} (52%) mode change 100755 => 100644 copy src/main/java/com/jts/fortress/{AdminMgrFactory.java => util/cache/CacheFactory.java} (57%) mode change 100755 => 100644 create mode 100644 src/main/java/com/jts/fortress/util/cache/CacheMgr.java create mode 100644 src/main/java/com/jts/fortress/util/cache/EhCacheImpl.java
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git