All Projects → apereo → person-directory

apereo / person-directory

Licence: Apache-2.0 license
A framework for resolving persons and attributes from a variety of underlying sources.

Programming Languages

java
68154 projects - #9 most used programming language
Batchfile
5799 projects
groovy
2714 projects

Projects that are alternatives of or similar to person-directory

OpenAM
OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
Stars: ✭ 476 (+1730.77%)
Mutual labels:  ldap, jdbc
osprey
Kubernetes OIDC CLI login
Stars: ✭ 49 (+88.46%)
Mutual labels:  ldap
hasor
Hasor是一套基于 Java 语言的开发框架,区别于其它框架的是 Hasor 有着自己一套完整的体系,同时还可以和先有技术体系做到完美融合。它包含:IoC/Aop容器框架、Web框架、Jdbc框架、RSF分布式RPC框架、DataQL引擎,等几块。
Stars: ✭ 938 (+3507.69%)
Mutual labels:  jdbc
Recon
HA LDAP based key/value solution for projects configuration storing with multi master replication support
Stars: ✭ 12 (-53.85%)
Mutual labels:  ldap
ksql-jdbc-driver
JDBC driver for Apache Kafka
Stars: ✭ 85 (+226.92%)
Mutual labels:  jdbc
pyreports
pyreports is a python library that allows you to create complex report from various sources
Stars: ✭ 78 (+200%)
Mutual labels:  ldap
magento-attribute-option-order-fix
A module to re-apply the relevance order for configurable attribute options in Magento CE 1.9.1 or EE 1.14.2
Stars: ✭ 27 (+3.85%)
Mutual labels:  attributes
babashka-sql-pods
Babashka pods for SQL databases
Stars: ✭ 64 (+146.15%)
Mutual labels:  jdbc
wg-portal
WireGuard Configuration Portal with LDAP connection
Stars: ✭ 476 (+1730.77%)
Mutual labels:  ldap
ldap-mail-schema
a collection of LDAP mail schemas
Stars: ✭ 36 (+38.46%)
Mutual labels:  ldap
ldapcontacts
View other LDAP users as contacts in Nextcloud and see the personal data they shared
Stars: ✭ 18 (-30.77%)
Mutual labels:  ldap
neo4j-jdbc
JDBC driver for Neo4j
Stars: ✭ 110 (+323.08%)
Mutual labels:  jdbc
nifi-sqllookup-services-bundle
NIFI controllers for SQL record and attributes lookups with built-in caching
Stars: ✭ 18 (-30.77%)
Mutual labels:  jdbc
jax-rs-pac4j
Security library for JAX-RS and Jersey
Stars: ✭ 48 (+84.62%)
Mutual labels:  ldap
redap
HTTP-to-LDAP Gateway
Stars: ✭ 27 (+3.85%)
Mutual labels:  ldap
hyperscript-attribute-to-property
Convert hyperscript attributes to properties
Stars: ✭ 19 (-26.92%)
Mutual labels:  attributes
ThinkJD
ThinkJD,又名ThinkJDBC,一个简洁而强大的开源JDBC操作库。你可以使用Java像ThinkPHP框架的M方法一样,一行代码搞定数据库操作。ThinkJD, also known as ThinkJDBC, an easy and powerful open source JDBC library. You can operate the database with one line of Java code,just like the M method of ThinkPHP framework.
Stars: ✭ 24 (-7.69%)
Mutual labels:  jdbc
caddy-security
🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐
Stars: ✭ 696 (+2576.92%)
Mutual labels:  ldap
mongodb-jdbc-driver
MongoDB JDBC Driver | DbSchema MongoDB Designer
Stars: ✭ 47 (+80.77%)
Mutual labels:  jdbc
apache-flink-jdbc-streaming
Sample project for Apache Flink with Streaming Engine and JDBC Sink
Stars: ✭ 22 (-15.38%)
Mutual labels:  jdbc

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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].