Registry / networking / unboundid-ldapsdk

unboundid-ldapsdk

JSON →
library7.0.4javamavenunverified

A fast, comprehensive Java API for communicating with LDAP directory servers and performing related tasks like reading/writing LDIF and encoding/decoding data.

<dependency> <groupId>com.unboundid</groupId> <artifactId>unboundid-ldapsdk</artifactId> <version>7.0.4</version> </dependency>
INSTALL
IMPORT
SIG · UNBOUNDID-LDAPSDK
U
unboundid-ldapsdk
networkingjavav7.0.4
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.

LDAPConnection
com.unboundid.ldap.sdk.LDAPConnection

Connect to an LDAP server and perform a search.

LDAPConnection connection = new LDAPConnection("ldap.example.com", 389); SearchResult result = connection.search("dc=example,dc=com", SearchScope.SUB, "(uid=user)");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
unboundid-ldapsdk — mvn dependency:get unboundid-ldapsdk · libregistry