Registry / networking / shared-ldap-model

shared-ldap-model

JSON →
library1.0.0-M9javamavenunverified

Provides a common LDAP data model used by both clients and servers in Apache Directory.

<dependency> <groupId>org.apache.directory.shared</groupId> <artifactId>shared-ldap-model</artifactId> <version>1.0.0-M9</version> </dependency>
INSTALL
IMPORT
SIG · SHARED-LDAP-MODEL
S
shared-ldap-model
networkingjavav1.0.0-M9
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.apache.directory.shared.ldap.model.entry.Entry

Creates an LDAP entry with a distinguished name.

import org.apache.directory.shared.ldap.model.entry.Entry; import org.apache.directory.shared.ldap.model.entry.DefaultEntry; public class Quickstart { public static void main(String[] args) throws Exception { Entry entry = new DefaultEntry("cn=test,dc=example,dc=com"); System.out.println(entry.getDn()); } }
Debug
Known issues
breakingThis library is part of Apache Directory LDAP API; ensure you use compatible versions with other Apache Directory components.
fix
Use the same version for all Apache Directory LDAP API dependencies.
affects: all
Upgrade
Version history
1.0.0-M9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources
shared-ldap-model — mvn dependency:get shared-ldap-model · libregistry