Registry / auth / ldaptive-unboundid

ldaptive-unboundid

JSON →
library1.2.4javamavenunverified

UnboundID provider implementation for the Ldaptive LDAP client library.

<dependency> <groupId>org.ldaptive</groupId> <artifactId>ldaptive-unboundid</artifactId> <version>1.2.4</version> </dependency>
INSTALL
IMPORT
SIG · LDAPTIVE-UNBOUNDID
L
ldaptive-unboundid
authjavav1.2.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.

UnboundIDProvider
org.ldaptive.provider.unboundid.UnboundIDProvider

Creates an LDAP connection using the UnboundID provider.

import org.ldaptive.provider.unboundid.UnboundIDProvider; import org.ldaptive.ConnectionConfig; public class Example { public static void main(String[] args) { ConnectionConfig config = new ConnectionConfig("ldap://localhost:389"); UnboundIDProvider provider = new UnboundIDProvider(); provider.createConnection(config); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
ldaptive-unboundid — mvn dependency:get ldaptive-unboundid · libregistry