Hi, The 1.1.2 JavaDocs are here: http://developer.jasig.org/projects/person-directory/1.1.2/
This is actually the documentation for the 1.5 release (which I don't think is out yet), but it might include some Spring examples that you'd find useful: http://www.ja-sig.org/wiki/display/PDM15/Attribute+Aggregation We unfortunately use a very simple LDAP one here so its not going to be much use to you. Cheers, Scott On Tue, Sep 8, 2009 at 10:10 AM, David Jefferson <[email protected]>wrote: > 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 > > -- 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
