public interface NullBackendCfg extends LocalBackendCfg
The Null Backend provides a directory server backend that implements a /dev/null like behavior for development and testing.
| Modifier and Type | Method and Description |
|---|---|
void |
addNullChangeListener(ConfigurationChangeListener<NullBackendCfg> listener)
Register to be notified when this Null Backend is changed.
|
Class<? extends NullBackendCfg> |
configurationClass()
Gets the configuration class associated with this Null Backend.
|
String |
getJavaClass()
Gets the "java-class" property.
|
LocalBackendCfgDefn.WritabilityMode |
getWritabilityMode()
Gets the "writability-mode" property.
|
void |
removeNullChangeListener(ConfigurationChangeListener<NullBackendCfg> listener)
Deregister an existing Null Backend configuration change listener.
|
addLocalChangeListener, removeLocalChangeListeneraddChangeListener, getBackendId, getBaseDN, isEnabled, removeChangeListenerdn, nameClass<? extends NullBackendCfg> configurationClass()
configurationClass in interface BackendCfgconfigurationClass in interface ConfigurationconfigurationClass in interface LocalBackendCfgvoid addNullChangeListener(ConfigurationChangeListener<NullBackendCfg> listener)
listener - The Null Backend configuration change listener.void removeNullChangeListener(ConfigurationChangeListener<NullBackendCfg> listener)
listener - The Null Backend configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the backend implementation.
getJavaClass in interface BackendCfggetJavaClass in interface LocalBackendCfgLocalBackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
getWritabilityMode in interface LocalBackendCfgCopyright © 2017-2020 Wren Security. All Rights Reserved.