Showing posts with label identity idm. Show all posts
Showing posts with label identity idm. Show all posts

Tuesday, January 27, 2009

New JBoss Portal identity API proposal

There is a work in progress on the next gen identity API for JBoss Portal. At the current stage it is finally ready for public review. With wiki documentation and sample maven project it should be extremely easy to try it out and play a bit with the proposed API. If you are interested check this post in the Design of JBoss Portal forum to learn more.

New design introduces few powerfull concepts
  • API/SPI separation that should enable easier adoption of different identity managers or identity stores in the future.
  • Notion of Identities and Groups (organizations) with flexible relationships between them
  • Concept of a Role that is a typed connection between Identity and Group object. This enables to map sentence like "John is the Manager of XX Team" to "John (Identity) is the Manager (RoleType) of XX Team (Group)"
  • Abstract attributes and credentials
Please read the Design and Architecture wiki to learn more about all the concepts.

We are awaiting your feedback!