You have a two options: 1. You can try using multiple PersonAttributeDaos and combine them with one of the PersonAttributeDaos which does merging. 2. You can write a custom Dao that conforms to the PersonAttributeDao.
Cheers, Scott On Wed, Sep 15, 2010 at 7:04 AM, Fco Javier Carreras Calero < [email protected]> wrote: > Hi, > > > > In my application, an user can have multiple roles, each role has several > permissions and each permission has several rules. An user can have > different roles at each headquarter. > > > > I want that cas server return user´s information, all permissions and user > roles, which stands related to the headquarters. > > > > I tried with SingleRowJdbcPersonAttributeDao but it´s not possible and the > database is not structured such that there is a column for attribute names > and column(s) for the corresponding values, so I can not use > MultiRowJdbcPersonAttributeDao. > > > > Is it possible? > > > > Thanks > > > > > > > > > > -- > You are currently subscribed to [email protected] as: > [email protected] > > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
