public class RootContainer extends Object implements org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.PluggableBackendCfg>
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.config.server.ConfigChangeResult |
applyConfigurationChange(org.forgerock.opendj.server.config.server.PluggableBackendCfg configuration) |
Collection<EntryContainer> |
getEntryContainers()
Return all the entry containers in this root container.
|
boolean |
isConfigurationChangeAcceptable(org.forgerock.opendj.server.config.server.PluggableBackendCfg configuration,
List<org.forgerock.i18n.LocalizableMessage> unacceptableReasons) |
void |
resetNextEntryID()
Resets the next entry ID counter to zero.
|
public Collection<EntryContainer> getEntryContainers()
public void resetNextEntryID()
public boolean isConfigurationChangeAcceptable(org.forgerock.opendj.server.config.server.PluggableBackendCfg configuration,
List<org.forgerock.i18n.LocalizableMessage> unacceptableReasons)
isConfigurationChangeAcceptable in interface org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.PluggableBackendCfg>public org.forgerock.opendj.config.server.ConfigChangeResult applyConfigurationChange(org.forgerock.opendj.server.config.server.PluggableBackendCfg configuration)
applyConfigurationChange in interface org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.PluggableBackendCfg>Copyright © 2010-2020 Wren Security. All Rights Reserved.