Uses of Interface
org.forgerock.opendj.server.config.server.CoreSchemaCfg
-
Packages that use CoreSchemaCfg 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. -
-
Uses of CoreSchemaCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type CoreSchemaCfg Modifier and Type Method Description ManagedObjectDefinition<? extends CoreSchemaCfgClient,? extends CoreSchemaCfg>
CoreSchemaCfgClient. definition()
Get the configuration definition associated with this Core Schema. -
Uses of CoreSchemaCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return CoreSchemaCfg Modifier and Type Method Description CoreSchemaCfg
CoreSchemaCfgDefn. createServerConfiguration(ServerManagedObject<? extends CoreSchemaCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type CoreSchemaCfg Modifier and Type Method Description Class<CoreSchemaCfg>
CoreSchemaCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type CoreSchemaCfg Modifier and Type Method Description CoreSchemaCfg
CoreSchemaCfgDefn. createServerConfiguration(ServerManagedObject<? extends CoreSchemaCfg> impl)
-
Uses of CoreSchemaCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type CoreSchemaCfg Modifier and Type Method Description Class<? extends CoreSchemaCfg>
CoreSchemaCfg. configurationClass()
Gets the configuration class associated with this Core Schema.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type CoreSchemaCfg Modifier and Type Method 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. -
Uses of CoreSchemaCfg in org.opends.server.schema
Methods in org.opends.server.schema with parameters of type CoreSchemaCfg Modifier and Type Method Description ConfigChangeResult
CoreSchemaProvider. applyConfigurationChange(CoreSchemaCfg configuration)
void
CoreSchemaProvider. initialize(ServerContext serverContext, CoreSchemaCfg configuration, SchemaBuilder initialSchemaBuilder)
boolean
CoreSchemaProvider. isConfigurationAcceptable(CoreSchemaCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
CoreSchemaProvider. isConfigurationChangeAcceptable(CoreSchemaCfg config, List<LocalizableMessage> unacceptableReasons)
-