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 ebe7d573034475ecc1b40202e43a8ccaf3cf24ae (commit) from f0a65750b194caca2b74ba63c5981ecf9daddec7 (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 ebe7d573034475ecc1b40202e43a8ccaf3cf24ae Author: Shawn McKinney <smckinn@smckinnlt-lr02.(none)> Date: Sat Feb 11 18:27:48 2012 -0600
Add REST client-side dependencies and utilities to enable Fortress to call En Masse. Add RESTful ReviewMgrImpl class. Add Fortress Request/Response data types.
-----------------------------------------------------------------------
Summary of changes: README.txt | 119 ++-- build.xml | 18 + ivy.xml | 5 + src/main/java/com/jts/fortress/FortEntity.java | 15 +- src/main/java/com/jts/fortress/ObjectFactory.java | 30 +- .../{CreateException.java => RestException.java} | 16 +- .../com/jts/fortress/constants/GlobalErrIds.java | 7 + .../java/com/jts/fortress/rest/FortRequest.java | 57 ++ .../java/com/jts/fortress/rest/FortResponse.java | 95 ++ src/main/java/com/jts/fortress/rest/Ids.java | 148 +++ src/main/java/com/jts/fortress/rest/RestUtils.java | 256 +++++ .../com/jts/fortress/rest/ReviewMgrRestImpl.java | 1026 ++++++++++++++++++++ src/test/build.xml | 2 +- .../java/com/jts/fortress/ProcessMenuCommand.java | 9 +- .../java/com/jts/fortress/ReviewMgrConsole.java | 41 +- .../com/jts/fortress/rbac/ReviewMgrImplTest.java | 40 +- 16 files changed, 1808 insertions(+), 76 deletions(-) copy src/main/java/com/jts/fortress/{CreateException.java => RestException.java} (76%) mode change 100755 => 100644 create mode 100644 src/main/java/com/jts/fortress/rest/FortRequest.java create mode 100755 src/main/java/com/jts/fortress/rest/FortResponse.java create mode 100644 src/main/java/com/jts/fortress/rest/Ids.java create mode 100644 src/main/java/com/jts/fortress/rest/RestUtils.java create mode 100755 src/main/java/com/jts/fortress/rest/ReviewMgrRestImpl.java
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git