[jboss-dev-forums] [Design of JBoss Identity] - JBoss Identity IDM 1.0.0.Alpha4 released

bdaw do-not-reply at jboss.com
Fri Apr 24 03:39:44 EDT 2009


JBoss Identity IDM component 1.0.0.Alpha4 was tagged today.

Major changes are: 

1) Improved testsuite with database coverage for:
- HSQLDB
- MySQL 4
- MySQL 5
- SQLServer
- PostgreSQL 8.2.3
- Oracle 9i
- Oracle 10g

with automated build in hudson:
http://hudson.jboss.org/hudson/view/JBoss Identity/

2) JBoss AS Integration (contributed by Jeff Yu)
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=154262

3) Some API improvements including:
- Role and RoleType properties exposed in RoleManager interface
- IdentitySearchControl[] was changed into IdentitySearchCriteria object created with method in PersistenceManager and RelationshipManager interfaces


  | public interface IdentitySearchCriteria
  | {
  | 
  |    IdentitySearchCriteria sort(SortOrder order) throws UnsupportedCriterium;
  | 
  |    IdentitySearchCriteria sortAttributeName(String name) throws UnsupportedCriterium;
  | 
  |    IdentitySearchCriteria page(int firstResult, int maxResults) throws UnsupportedCriterium;
  | 
  |    IdentitySearchCriteria attributeValuesFilter(String attributeName, String[] attributeValue) throws UnsupportedCriterium;
  | 
  |    IdentitySearchCriteria idFilter(String filter) throws UnsupportedCriterium;
  | 
  | }
  | 
- a preview of a new query API (still not implemented fully)
http://anonsvn.jboss.org/repos/jbossidentity/idm/tags/1.0.0.Alpha4/idm-api/src/main/java/org/jboss/identity/idm/api/query/

4) A usual portion of bug fixes and testcases...

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226513#4226513

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226513



More information about the jboss-dev-forums mailing list