Well..., the links under the Modules header don't seem to be working on the 1.1.2 page but I was able to do a SVN checkout of the source, hopefully this will be enough to get me going.
Thanks for the reply... Regards David Jefferson ________________________________ From: Scott Battaglia [mailto:[email protected]] Sent: Tuesday, September 08, 2009 9:22 AM To: [email protected] Subject: Re: [cas-user] CAS and PersonDir 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 -- 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
