Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.schema |
Contains implementations of various Directory Server schema elements.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends CoreSchemaCfgClient,? extends CoreSchemaCfg> |
CoreSchemaCfgClient.definition()
Get the configuration definition associated with this Core Schema.
|
Modifier and Type | Method and Description |
---|---|
CoreSchemaCfg |
CoreSchemaCfgDefn.createServerConfiguration(ServerManagedObject<? extends CoreSchemaCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
Class<CoreSchemaCfg> |
CoreSchemaCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
CoreSchemaCfg |
CoreSchemaCfgDefn.createServerConfiguration(ServerManagedObject<? extends CoreSchemaCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends CoreSchemaCfg> |
CoreSchemaCfg.configurationClass()
Gets the configuration class associated with this Core Schema.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreSchemaCfg.addCoreSchemaChangeListener(ConfigurationChangeListener<CoreSchemaCfg> listener)
Register to be notified when this Core Schema is changed.
|
void |
CoreSchemaCfg.removeCoreSchemaChangeListener(ConfigurationChangeListener<CoreSchemaCfg> listener)
Deregister an existing Core Schema configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
CoreSchemaProvider.applyConfigurationChange(CoreSchemaCfg configuration) |
void |
CoreSchemaProvider.initialize(ServerContext serverContext,
CoreSchemaCfg configuration,
SchemaBuilder initialSchemaBuilder) |
boolean |
CoreSchemaProvider.isConfigurationAcceptable(CoreSchemaCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
CoreSchemaProvider.isConfigurationChangeAcceptable(CoreSchemaCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2017 ForgeRock AS.