An open API service indexing awesome lists of open source software.

https://github.com/apereo/person-directory

A framework for resolving persons and attributes from a variety of underlying sources.
https://github.com/apereo/person-directory

attributes cas-server jdbc ldap

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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](https://maven-badges.herokuapp.com/maven-central/org.apereo.service.persondir/person-directory-parent/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.apereo.service.persondir/person-directory-parent)

```xml

org.apereo.service.persondir
person-directory-api
${person.directory.version}

org.apereo.service.persondir
person-directory-impl
${person.directory.version}

```