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.
- Host: GitHub
- URL: https://github.com/apereo/person-directory
- Owner: apereo
- License: apache-2.0
- Archived: true
- Created: 2012-03-14T17:33:41.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T02:14:39.000Z (about 2 years ago)
- Last Synced: 2025-08-04T06:45:52.489Z (11 months ago)
- Topics: attributes, cas-server, jdbc, ldap
- Language: Java
- Homepage:
- Size: 5.45 MB
- Stars: 27
- Watchers: 10
- Forks: 37
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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}
```