Registry / database / spring-boot-starter-data-ldap

spring-boot-starter-data-ldap

JSON →
library4.0.6javamavenunverified

Starter for using Spring Data LDAP in Spring Boot applications.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-ldap</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-data-ldap
databasejavav4.0.6
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.

LdapTemplate
org.springframework.ldap.core.LdapTemplate

Injects LdapTemplate to perform LDAP operations.

import org.springframework.ldap.core.LdapTemplate; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @Service public class LdapService { @Autowired private LdapTemplate ldapTemplate; public void search() { ldapTemplate.search("", "(objectclass=person)", (AttributesMapper<String>) attrs -> attrs.get("cn").get().toString()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
spring-boot-starter-data-ldap — mvn dependency:get spring-boot-starter-data-ldap · libregistry