apereo / person-directory

A framework for resolving persons and attributes from a variety of underlying sources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Person Directory

Intro

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.

Maven

Maven Central

<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>

About

A framework for resolving persons and attributes from a variety of underlying sources.

License:Apache License 2.0


Languages

Language:Java 95.5%Language:Batchfile 3.4%Language:Groovy 1.1%