public interface NullBackendCfg extends BackendCfg
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.
|
BackendCfgDefn.WritabilityMode |
getWritabilityMode()
Gets the "writability-mode" property.
|
void |
removeNullChangeListener(ConfigurationChangeListener<NullBackendCfg> listener)
Deregister an existing Null Backend configuration change listener.
|
addChangeListener, getBackendId, getBaseDN, isEnabled, removeChangeListener
dn
Class<? extends NullBackendCfg> configurationClass()
configurationClass
in interface BackendCfg
configurationClass
in interface Configuration
void 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 BackendCfg
BackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
getWritabilityMode
in interface BackendCfg
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.