Registry / database / api-ldap-schema-data

api-ldap-schema-data

JSON →
library2.1.7javamavenunverified

Jar bundled LDIF files containing schema data using the Apache Directory specific meta schema for describing schema information using LDAP, usable by clients and ApacheDS schema partitions.

<dependency> <groupId>org.apache.directory.api</groupId> <artifactId>api-ldap-schema-data</artifactId> <version>2.1.7</version> </dependency>
INSTALL
IMPORT
SIG · API-LDAP-SCHEMA-DA
A
api-ldap-schema-data
databasejavav2.1.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.

SchemaManager
org.apache.directory.api.ldap.model.schema.SchemaManager

Loads the default LDAP schema using SchemaManager.

import org.apache.directory.api.ldap.model.schema.SchemaManager; import org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser; public class Example { public static void main(String[] args) throws Exception { SchemaManager schemaManager = new DefaultSchemaManager(); schemaManager.loadAll(); System.out.println("Loaded " + schemaManager.getSchemaName() + " schema"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
30
OpenAI (training)
1
Resources
api-ldap-schema-data — mvn dependency:get api-ldap-schema-data · libregistry