Registry / database / spring-data-ldap

spring-data-ldap

JSON →
library4.0.4javamavenunverified

Spring Data integration for LDAP directory services.

<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-ldap</artifactId> <version>4.0.4</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-DATA-LDAP
S
spring-data-ldap
databasejavav4.0.4
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.

LdapRepository
✓ org.springframework.data.ldap.repository.LdapRepository

Use LdapRepository to interact with LDAP.

import org.springframework.data.ldap.repository.LdapRepository; import org.springframework.data.ldap.core.LdapTemplate; public class Example { public static void main(String[] args) { LdapTemplate template = new LdapTemplate(); LdapRepository repo = template.getLdapRepository(); } }
Debug
Known issues
gotchaLDAP connection pooling may cause issues in multi-threaded environments.
fix
Configure connection pooling properly or disable it.
affects: all
Upgrade
Version history
4.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
spring-data-ldap — mvn dependency:get spring-data-ldap · libregistry