Registry / other / spring-ldap-odm

spring-ldap-odm

JSON →
library4.0.3javamavenunverified

Provides Object-Directory Mapping (ODM) support for Spring LDAP, simplifying LDAP operations with annotations.

<dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-odm</artifactId> <version>4.0.3</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-LDAP-ODM
S
spring-ldap-odm
otherjavav4.0.3
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.

Entry
org.springframework.ldap.odm.annotations.Entry

Demonstrates using the @Entry annotation to map a Java class to an LDAP entry.

import org.springframework.ldap.odm.annotations.Entry; @Entry(base = "ou=people,dc=example,dc=com", objectClasses = "person") public class Person { // fields and methods }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
spring-ldap-odm — mvn dependency:get spring-ldap-odm · libregistry