Registry / auth / ldaptive

ldaptive

JSON →
library2.5.0javamavenunverified

A Java library for LDAP authentication and directory operations.

<dependency> <groupId>org.ldaptive</groupId> <artifactId>ldaptive</artifactId> <version>2.5.0</version> </dependency>
INSTALL
IMPORT
SIG · LDAPTIVE
L
ldaptive
authjavav2.5.0
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.

LdapEntry
org.ldaptive.LdapEntry

Connect to an LDAP server and perform directory operations.

import org.ldaptive.LdapEntry; import org.ldaptive.ConnectionConfig; import org.ldaptive.DefaultConnectionFactory; ConnectionConfig config = ConnectionConfig.builder() .url("ldap://localhost:389") .build(); DefaultConnectionFactory factory = new DefaultConnectionFactory(config); // Search for LDAP entries
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
21
OpenAI (training)
1
Resources
ldaptive — mvn dependency:get ldaptive · libregistry