public class RootContainer extends Object implements ConfigurationChangeListener<PluggableBackendCfg>
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
applyConfigurationChange(PluggableBackendCfg configuration)
Applies the configuration changes to this change listener.
|
Collection<EntryContainer> |
getEntryContainers()
Return all the entry containers in this root container.
|
boolean |
isConfigurationChangeAcceptable(PluggableBackendCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is acceptable
to this change listener.
|
void |
resetNextEntryID()
Resets the next entry ID counter to zero.
|
public Collection<EntryContainer> getEntryContainers()
public void resetNextEntryID()
public boolean isConfigurationChangeAcceptable(PluggableBackendCfg configuration, List<LocalizableMessage> unacceptableReasons)
ConfigurationChangeListener
isConfigurationChangeAcceptable
in interface ConfigurationChangeListener<PluggableBackendCfg>
configuration
- The new configuration containing the changes.unacceptableReasons
- A list that can be used to hold messages about why the
provided configuration is not acceptable.true
if the proposed change is acceptable,
or false
if it is not.public ConfigChangeResult applyConfigurationChange(PluggableBackendCfg configuration)
ConfigurationChangeListener
applyConfigurationChange
in interface ConfigurationChangeListener<PluggableBackendCfg>
configuration
- The new configuration containing the changes.Copyright 2010-2017 ForgeRock AS.