3 Replies Latest reply on May 12, 2011 9:15 AM by derkd

    security-IDM picketlink questions

    derkd

      I tried to implement the security-idmconsole in my application. There are some bugs like https://issues.jboss.org/browse/SEAMSECURITY-43 and editing the user isn't working.


      I noticed the org.jboss.seam.security.management.action.UserAction class. It has the firstName and lastName attributes. Neither of the two are persisted when we edit a user, or am I missing something?


      Next question, what is the best practice to implement this in an application. Simply using the IdentityObject and set it on a one-to-one mapping with for example a UserImpl object where things like email and address are stored or should those things be added to the IdentityObject? If so then I guess it's best to also extend the org.jboss.seam.security.management.action.UserAction right?