Registry / networking / spring-ldap-ldif-core

spring-ldap-ldif-core

JSON →
library4.0.3javamavenunverified

Provides core LDIF (LDAP Data Interchange Format) parsing and writing support for Spring LDAP.

<dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-ldif-core</artifactId> <version>4.0.3</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-LDAP-LDIF-C
S
spring-ldap-ldif-core
networkingjavav4.0.3
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.

LdifParser
org.springframework.ldap.ldif.core.LdifParser

Parses an LDIF file and prints distinguished names.

import org.springframework.ldap.ldif.core.LdifParser; import org.springframework.core.io.ClassPathResource; LdifParser parser = new LdifParser(new ClassPathResource("data.ldif")); parser.open(); parser.getRecords().forEach(record -> System.out.println(record.getDn()));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
spring-ldap-ldif-core — mvn dependency:get spring-ldap-ldif-core · libregistry