[jboss-dev-forums] [PicketBox Development] - AS7: Identity Model

Anil Saldhana do-not-reply at jboss.com
Thu Mar 17 11:34:44 EDT 2011


Anil Saldhana [http://community.jboss.org/people/anil.saldhana] created the discussion

"AS7: Identity Model"

To view the discussion, visit: http://community.jboss.org/message/593815#593815

--------------------------------------------------------------
I want to dedicate this thread to discuss the domain model settings for the identity model (user/roles/groups) in AS7.

The concepts behind PicketLink IDM are:
a) Identity Object( user, role, group)
b) realm
c) Identity Repository inside a realm
d) one or more Identity Stores (DB/LDAP/Memory etc) for a repository.
d) Attributes possible for an Identity Object.

Given this,  I think the following is a good start at configuring the idm component.

<idm>
  <realm name="">
   <repository name="">
     <store class="DB|LDAP|Memory">
       <option><name>N</name><value>sdsd</value></option>
     </store>
   </repostiory>
  </realm>
  <realm .../>
  <realm .../>
</idm>
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/593815#593815]

Start a new discussion in PicketBox Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2088]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110317/32a053cf/attachment.html 


More information about the jboss-dev-forums mailing list