Uses of Interface
org.forgerock.opendj.server.config.server.SchemaBackendCfg
-
Packages that use SchemaBackendCfg 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.backends Contains various Directory Server backend implementations. -
-
Uses of SchemaBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type SchemaBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends SchemaBackendCfgClient,? extends SchemaBackendCfg>
SchemaBackendCfgClient. definition()
Get the configuration definition associated with this Schema Backend. -
Uses of SchemaBackendCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return SchemaBackendCfg Modifier and Type Method Description SchemaBackendCfg
SchemaBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends SchemaBackendCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type SchemaBackendCfg Modifier and Type Method Description Class<SchemaBackendCfg>
SchemaBackendCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type SchemaBackendCfg Modifier and Type Method Description SchemaBackendCfg
SchemaBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends SchemaBackendCfg> impl)
-
Uses of SchemaBackendCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type SchemaBackendCfg Modifier and Type Method Description Class<? extends SchemaBackendCfg>
SchemaBackendCfg. configurationClass()
Gets the configuration class associated with this Schema Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type SchemaBackendCfg Modifier and Type Method Description void
SchemaBackendCfg. addSchemaChangeListener(ConfigurationChangeListener<SchemaBackendCfg> listener)
Register to be notified when this Schema Backend is changed.void
SchemaBackendCfg. removeSchemaChangeListener(ConfigurationChangeListener<SchemaBackendCfg> listener)
Deregister an existing Schema Backend configuration change listener. -
Uses of SchemaBackendCfg in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type SchemaBackendCfg Modifier and Type Method Description ConfigChangeResult
SchemaBackend. applyConfigurationChange(SchemaBackendCfg backendCfg)
void
SchemaBackend. configureBackend(SchemaBackendCfg cfg, ServerContext serverContext)
boolean
SchemaBackend. isConfigurationChangeAcceptable(SchemaBackendCfg configEntry, List<LocalizableMessage> unacceptableReasons)
-