Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.schema |
Contains implementations of various Directory Server schema elements.
|
Modifier and Type | Method and Description |
---|---|
SchemaUpdater |
ServerContext.getSchemaUpdater()
Returns the schema updater, which provides
a mean to update the server's current schema.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreSchemaProvider.initialize(org.forgerock.opendj.server.config.server.CoreSchemaCfg configuration,
org.forgerock.opendj.ldap.schema.SchemaBuilder initialSchemaBuilder,
SchemaUpdater schemaUpdater)
Initialize the schema provider from provided configuration and schema
builder.
|
void |
SchemaProvider.initialize(T configuration,
org.forgerock.opendj.ldap.schema.SchemaBuilder initialSchemaBuilder,
SchemaUpdater schemaUpdater)
Initialize the schema provider from provided configuration and schema
builder.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.