Package org.jasig.portal.services.persondir.support

Class Summary
AbstractDefaultQueryPersonAttributeDao Abstract class implementing the IPersonAttributeDao method IPersonAttributeDao.getUserAttributes(String) by delegation to IPersonAttributeDao.getUserAttributes(Map) using a configurable default attribute name.
CachingPersonAttributeDaoImpl A configurable caching implementation of IPersonAttributeDao which caches results from a wrapped IPersonAttributeDao.
CascadingPersonAttributeDao This IPersonAttributeDao implementation iterates through an ordered List of IPersonAttributeDao impls when getting user attributes.
EchoPersonAttributeDaoImpl Simply returns the seed it is passed.
JdbcPersonAttributeDaoImpl An IPersonAttributeDao implementation that maps from column names in the result of a SQL query to attribute names.
LdapPersonAttributeDaoImpl LDAP implementation of IPersonAttributeDao.
MergingPersonAttributeDaoImpl A IPersonAttributeDao implementation which iterates over children IPersonAttributeDaos queries each with the same data and merges their reported attributes in a configurable way.
MultivaluedPersonAttributeUtils  
StubPersonAttributeDao A stub IPersonAttributeDao to be used for testing.