Package | Description |
---|---|
org.apache.directory.shared.ldap.schema |
Contains interfaces and base classes for representing the LDAP schema domain
model.
|
org.apache.directory.shared.ldap.schema.loader.ldif | |
org.apache.directory.shared.ldap.schema.manager.impl | |
org.apache.directory.shared.ldap.schema.registries |
Modifier and Type | Method and Description |
---|---|
SchemaLoader |
SchemaManager.getLoader() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaManager.setSchemaLoader(SchemaLoader schemaLoader)
Associate a Schema loader to this SchemaManager
|
Modifier and Type | Class and Description |
---|---|
class |
JarLdifSchemaLoader
Loads schema data from LDIF files containing entries representing schema
objects, using the meta schema format.
|
class |
LdifSchemaLoader
Loads schema data from LDIF files containing entries representing schema
objects, using the meta schema format.
|
Modifier and Type | Method and Description |
---|---|
SchemaLoader |
DefaultSchemaManager.getLoader() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSchemaManager.setSchemaLoader(SchemaLoader schemaLoader)
Associate a Schema loader to this SchemaManager
|
Constructor and Description |
---|
DefaultSchemaManager(SchemaLoader loader)
Creates a new instance of DefaultSchemaManager with the default schema schemaLoader
|
DefaultSchemaManager(SchemaLoader loader,
DN namingContext)
Creates a new instance of DefaultSchemaManager, for a specific
naming context
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSchemaLoader
An abstract class with a utility method and setListener() implemented.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.