Uses of Interface
org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Packages that use PluggableBackendCfg 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.server Provides server-side interfaces for accessing the Core directory server administrative components.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends. -
-
Uses of PluggableBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PluggableBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends PluggableBackendCfgClient,? extends PluggableBackendCfg>
PluggableBackendCfgClient. definition()
Get the configuration definition associated with this Pluggable Backend. -
Uses of PluggableBackendCfg in org.forgerock.opendj.server.config.server
Subinterfaces of PluggableBackendCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
JeBackendCfg
A server-side interface for querying JE Backend settings.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type PluggableBackendCfg Modifier and Type Method Description Class<? extends PluggableBackendCfg>
PluggableBackendCfg. configurationClass()
Gets the configuration class associated with this Pluggable Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type PluggableBackendCfg Modifier and Type Method Description void
PluggableBackendCfg. addPluggableChangeListener(ConfigurationChangeListener<PluggableBackendCfg> listener)
Register to be notified when this Pluggable Backend is changed.void
PluggableBackendCfg. removePluggableChangeListener(ConfigurationChangeListener<PluggableBackendCfg> listener)
Deregister an existing Pluggable Backend configuration change listener. -
Uses of PluggableBackendCfg in org.opends.server.backends.pluggable
Classes in org.opends.server.backends.pluggable with type parameters of type PluggableBackendCfg Modifier and Type Class Description class
BackendImpl<C extends PluggableBackendCfg>
This is an implementation of a Directory Server Backend which stores entries locally in a pluggable storage.Methods in org.opends.server.backends.pluggable with parameters of type PluggableBackendCfg Modifier and Type Method Description ConfigChangeResult
BackendImpl. applyConfigurationChange(PluggableBackendCfg newCfg)
ConfigChangeResult
EntryContainer. applyConfigurationChange(PluggableBackendCfg cfg)
ConfigChangeResult
RootContainer. applyConfigurationChange(PluggableBackendCfg configuration)
boolean
BackendImpl. isConfigurationChangeAcceptable(PluggableBackendCfg cfg, List<LocalizableMessage> unacceptableReasons)
boolean
EntryContainer. isConfigurationChangeAcceptable(PluggableBackendCfg cfg, List<LocalizableMessage> unacceptableReasons)
boolean
RootContainer. isConfigurationChangeAcceptable(PluggableBackendCfg configuration, List<LocalizableMessage> unacceptableReasons)
-