public interface LocalBackendCfg extends BackendCfg
Local Backends are responsible for providing access to the underlying data presented by the server.
Modifier and Type | Method and Description |
---|---|
void |
addLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg> listener)
Register to be notified when this Local Backend is changed.
|
Class<? extends LocalBackendCfg> |
configurationClass()
Gets the configuration class associated with this Local Backend.
|
LocalBackendCfgDefn.WritabilityMode |
getWritabilityMode()
Gets the "writability-mode" property.
|
void |
removeLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg> listener)
Deregister an existing Local Backend configuration change listener.
|
addChangeListener, getBackendId, getJavaClass, isEnabled, removeChangeListener
dn, name
Class<? extends LocalBackendCfg> configurationClass()
configurationClass
in interface BackendCfg
configurationClass
in interface Configuration
void addLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg> listener)
listener
- The Local Backend configuration change listener.void removeLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg> listener)
listener
- The Local Backend configuration change listener.LocalBackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
Copyright 2010-2018 ForgeRock AS.