Registry / utility / person-directory-impl

person-directory-impl

JSON →
library3.0.1javamavenunverified

Provides implementations of the Person Directory API that aggregate attributes from multiple data sources into a single view.

<dependency> <groupId>org.apereo.service.persondir</groupId> <artifactId>person-directory-impl</artifactId> <version>3.0.1</version> </dependency>
INSTALL
IMPORT
SIG · PERSON-DIRECTORY-I
P
person-directory-impl
utilityjavav3.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MergingPersonAttributeDaoImpl
org.apereo.services.persondir.support.MergingPersonAttributeDaoImpl

Creates a MergingPersonAttributeDaoImpl for aggregating person attributes.

import org.apereo.services.persondir.support.MergingPersonAttributeDaoImpl; public class PersonDirectoryExample { public static void main(String[] args) { MergingPersonAttributeDaoImpl dao = new MergingPersonAttributeDaoImpl(); System.out.println("DAO created: " + dao); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
person-directory-impl — mvn dependency:get person-directory-impl · libregistry