Uses of Class
org.jasig.portal.services.persondir.support.AbstractDefaultQueryPersonAttributeDao

Packages that use AbstractDefaultQueryPersonAttributeDao
org.jasig.portal.services.persondir.support   
 

Uses of AbstractDefaultQueryPersonAttributeDao in org.jasig.portal.services.persondir.support
 

Subclasses of AbstractDefaultQueryPersonAttributeDao in org.jasig.portal.services.persondir.support
 class CachingPersonAttributeDaoImpl
          A configurable caching implementation of IPersonAttributeDao which caches results from a wrapped IPersonAttributeDao.
 class CascadingPersonAttributeDao
          This IPersonAttributeDao implementation iterates through an ordered List of IPersonAttributeDao impls when getting user attributes.
 class EchoPersonAttributeDaoImpl
          Simply returns the seed it is passed.
 class JdbcPersonAttributeDaoImpl
          An IPersonAttributeDao implementation that maps from column names in the result of a SQL query to attribute names.
 class LdapPersonAttributeDaoImpl
          LDAP implementation of IPersonAttributeDao.
 class MergingPersonAttributeDaoImpl
          A IPersonAttributeDao implementation which iterates over children IPersonAttributeDaos queries each with the same data and merges their reported attributes in a configurable way.