Modifier and Type | Class and Description |
---|---|
class |
AbstractSchemaLoader
An abstract class with a utility method and setListener() implemented.
|
Modifier and Type | Method and Description |
---|---|
SchemaLoader |
Schema.getSchemaLoader()
Gets the SchemaLoader this Schema has to be loaded with
|
SchemaLoader |
DefaultSchema.getSchemaLoader()
Gets the SchemaLoader this Schema has to be loaded with
|
Constructor and Description |
---|
DefaultSchema(SchemaLoader schemaLoader,
String name)
Creates a new instance of DefaultSchema.
|
DefaultSchema(SchemaLoader schemaLoader,
String name,
String owner)
Creates a new instance of DefaultSchema.
|
DefaultSchema(SchemaLoader schemaLoader,
String name,
String owner,
String[] dependencies)
Creates a new instance of DefaultSchema.
|
DefaultSchema(SchemaLoader schemaLoader,
String name,
String owner,
String[] dependencies,
boolean disabled)
Creates a new instance of DefaultSchema.
|
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.
|
class |
SingleLdifSchemaLoader
A schema loader based on a single monolithic ldif file containing all the schema partition elements
Performs better than any other existing LDIF schema loaders.
|
Constructor and Description |
---|
DefaultSchemaManager(SchemaLoader schemaLoader)
Creates a new instance of DefaultSchemaManager with the given schemaLoader
Schema validation strictness (i.e. relaxed/strict) controlled by the given schemaLoader
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSchemaLoader
A schema loader which uses LdapConnection to load schema from a ApacheDS serveur
|
Modifier and Type | Method and Description |
---|---|
void |
LdapNetworkConnection.loadSchema(SchemaLoader loader)
loads schema using the specified schema loader
|
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.