A framework for resolving persons and attributes from a variety of underlying sources. It consists of a collection of DAOs that retrieve, cache, resolve, aggregate, merge person attributes from JDBC, LDAP and more.
<dependency>
<groupId>org.apereo.service.persondir</groupId>
<artifactId>person-directory-api</artifactId>
<version>${person.directory.version}</version>
</dependency>
<dependency>
<groupId>org.apereo.service.persondir</groupId>
<artifactId>person-directory-impl</artifactId>
<version>${person.directory.version}</version>
</dependency>