Registry / other / apacheds-core-shared

apacheds-core-shared

JSON →
library1.5.5javamavenunverified

Contains helper classes that are part of the ApacheDS Core, providing shared utilities for LDAP directory server development.

<dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-core-shared</artifactId> <version>1.5.5</version> </dependency>
INSTALL
IMPORT
SIG · APACHEDS-CORE-SHAR
A
apacheds-core-shared
otherjavav1.5.5
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.

CoreSession
org.apache.directory.server.core.shared.CoreSession

Minimal usage of ApacheDS shared core classes

import org.apache.directory.server.core.shared.CoreSession; import org.apache.directory.api.ldap.model.entry.DefaultEntry; public class Quickstart { public static void main(String[] args) throws Exception { CoreSession session = null; // Obtain from server context DefaultEntry entry = new DefaultEntry("dc=example,dc=com"); System.out.println("Entry created: " + entry.getDn()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Meta
2
OpenAI (training)
1
Resources
apacheds-core-shared — mvn dependency:get apacheds-core-shared · libregistry