Registry / networking / apacheds-server-jndi

apacheds-server-jndi

JSON →
library1.5.7javamavenunverified

JNDI provider that launches ApacheDS core and network services (LDAP, Kerberos, etc.) for embedded directory server usage.

<dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-server-jndi</artifactId> <version>1.5.7</version> </dependency>
INSTALL
IMPORT
SIG · APACHEDS-SERVER-JN
A
apacheds-server-jndi
networkingjavav1.5.7
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.

ServerContextFactory
org.apache.directory.server.jndi.ServerContextFactory

Creates an initial JNDI context using ApacheDS embedded server.

import org.apache.directory.server.jndi.ServerContextFactory; import javax.naming.Context; import java.util.Hashtable; Hashtable<String, String> env = new Hashtable<>(); env.put(Context.INITIAL_CONTEXT_FACTORY, ServerContextFactory.class.getName()); Context ctx = new InitialContext(env);
Debug
Known issues
breakingDeprecated in favor of ApacheDS 2.x API; this is the legacy 1.5.x version.
fix
Migrate to org.apache.directory.api:api-ldap-model and embedded LDAP server from ApacheDS 2.x.
affects: 1.5.7
Upgrade
Version history
1.5.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
41
Amazon
1
OpenAI (training)
1
Resources
apacheds-server-jndi — mvn dependency:get apacheds-server-jndi · libregistry