Hi,

In my application model I have an User domain, quite specific to the domain (it has specific attributes, relation with other model classes) : What is the best way to link this user with the  org.picketlink.idm.model.User ? Should I subclass this User or decorate my own user class with PL stuff ?

Seb