Hi, There's no real side-by-side explanation of all the dao interfaces but a typical cas integration for going against a database is to use SingleRowJdbcPersonAttributeDao and configure the Spring bean in deployerConfigContext.xml - beyond the javadoc, you may want to search the cas-user archives for examples and see if this dao fits your db setup. There is an older comparison of this particular dao with the closely related MultiRowJdbcPersonAttributeDao at: https://wiki.jasig.org/display/PDM15/JDBC+Attribute+Source which might give you a bit more context as to the possibilities.
Brian On Wed, Dec 28, 2011 at 6:30 PM, Dan <[email protected]> wrote: > Hi, > > I understand that I must use the "Person Directory" project to handle > extra attributes, but I'm confused as to which implementation I should use. > Should I use SingleRowJdbcPersonAttributeDao, JdbcPersonAttributeDaoImpl, > or another? Where can I find an explanation on the differences between > these implementations? Thanks. > > -Dan > -- > 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
