Hi, on a successful authentication I need to return person attributes on the Principal object returned by CAS. All the attributes will be stored in database tables.
As a first pass I used the SingleRowJdbcPersonAttributeDao to get the attributes from one table and put these on the Principal, this worked nicely. But the full set of attributes I need to return is spread over multiple tables. From what I can tell so far it looks like a combination of using the SingleRowJdbcPersonAttributeDao, the MutiRowJdbcPersonAttributeDao, and one of the merger classes is the way to go. I'm using CAS 3.3.2 with the 1.1.2 PersonDir libs. Can anyone point me at examples and/or docs that describe how to set this up in the Spring config files? -- 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
