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 a7fe3288a3841a6cf38078c54289f7ab85a3f789 (commit) from a4c0b9315daef8268f1f23a4e4c96b7e96726fc6 (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 a7fe3288a3841a6cf38078c54289f7ab85a3f789 Author: Shawn McKinney <smckinn@smckinnlt-lr02.(none)> Date: Sun Feb 26 14:55:38 2012 -0600
Add address, phones and emails to User entity. Fix minor defects in REST interface.
-----------------------------------------------------------------------
Summary of changes: src/main/java/com/jts/fortress/ObjectFactory.java | 13 + .../java/com/jts/fortress/SecurityException.java | 1 + .../jts/fortress/cli/CommandLineInterpreter.java | 39 +- src/main/java/com/jts/fortress/cli/Options.java | 275 +++-- src/main/java/com/jts/fortress/cli/package.html | 24 +- src/main/java/com/jts/fortress/rbac/Address.java | 232 +++ src/main/java/com/jts/fortress/rbac/User.java | 189 +++- src/main/java/com/jts/fortress/rbac/UserDAO.java | 194 +++- .../com/jts/fortress/rest/AdminMgrRestImpl.java | 2 +- src/main/java/com/jts/fortress/rest/RestUtils.java | 6 +- .../com/jts/fortress/rest/ReviewMgrRestImpl.java | 2 +- .../java/com/jts/fortress/AdminMgrConsole.java | 15 + .../java/com/jts/fortress/ReviewMgrConsole.java | 49 +- .../java/com/jts/fortress/rbac/UserTestData.java | 1569 +++++++++++++++++--- 14 files changed, 2279 insertions(+), 331 deletions(-) create mode 100644 src/main/java/com/jts/fortress/rbac/Address.java
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git