Uses of Class
org.jasig.portal.services.persondir.support.legacy.PersonDirInfo

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

Uses of PersonDirInfo in org.jasig.portal.services.persondir.support.legacy
 

Methods in org.jasig.portal.services.persondir.support.legacy with parameters of type PersonDirInfo
(package private) static IPersonAttributeDao PersonDirInfoAdaptor.adapt(PersonDirInfo info)
          Return an IPersonAttributeDao implementing the source defined by the given PersonDirInfo.
private static IPersonAttributeDao PersonDirInfoAdaptor.jdbcDao(PersonDirInfo info)
          Obtain a JdbcPersonAttributeDaoImpl for the given PersonDirInfo.
private static IPersonAttributeDao PersonDirInfoAdaptor.ldapDao(PersonDirInfo info)
          Obtain a LdapPersonAttributeDaoImpl for the given PersonDirInfo.