Registry / networking / api-ldap-model

api-ldap-model

JSON →
library2.1.8javamavenunverified

Common LDAP data model classes used by Apache Directory clients and servers.

<dependency> <groupId>org.apache.directory.api</groupId> <artifactId>api-ldap-model</artifactId> <version>2.1.8</version> </dependency>
INSTALL
IMPORT
SIG · API-LDAP-MODEL
A
api-ldap-model
networkingjavav2.1.8
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.api.ldap.model.entry.Entry

Demonstrates creating an LDAP entry using the model API.

import org.apache.directory.api.ldap.model.entry.Entry; import org.apache.directory.api.ldap.model.entry.DefaultEntry; Entry entry = new DefaultEntry("cn=test,dc=example,dc=com"); entry.add("objectClass", "person");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources
api-ldap-model — mvn dependency:get api-ldap-model · libregistry