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

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

Classes in org.jasig.portal.services.persondir.support used by org.jasig.portal.services.persondir.support
AbstractDefaultQueryPersonAttributeDao
          Abstract class implementing the IPersonAttributeDao method IPersonAttributeDao.getUserAttributes(String) by delegation to IPersonAttributeDao.getUserAttributes(Map) using a configurable default attribute name.
JdbcPersonAttributeDaoImpl.PersonAttributeMappingQuery
          An object which will execute a SQL query with the expectation of yielding a ResultSet with zero or one rows, which it maps to null or to a Map from uPortal attribute names to values.