public interface MemoryBackendCfg extends BackendCfg
The Memory Backend provides a directory server backend implementation that stores entries in memory.
Modifier and Type | Method and Description |
---|---|
void |
addMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg> listener)
Register to be notified when this Memory Backend is changed.
|
Class<? extends MemoryBackendCfg> |
configurationClass()
Gets the configuration class associated with this Memory Backend.
|
String |
getJavaClass()
Gets the "java-class" property.
|
BackendCfgDefn.WritabilityMode |
getWritabilityMode()
Gets the "writability-mode" property.
|
void |
removeMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg> listener)
Deregister an existing Memory Backend configuration change listener.
|
addChangeListener, getBackendId, getBaseDN, isEnabled, removeChangeListener
dn
Class<? extends MemoryBackendCfg> configurationClass()
configurationClass
in interface BackendCfg
configurationClass
in interface Configuration
void addMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg> listener)
listener
- The Memory Backend configuration change listener.void removeMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg> listener)
listener
- The Memory Backend configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the backend implementation.
getJavaClass
in interface BackendCfg
BackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
getWritabilityMode
in interface BackendCfg
Copyright 2010-2017 ForgeRock AS.