public interface ConfigFileHandlerBackendCfg extends BackendCfg
The Config File Handler Backend allows clients to access the server configuration over protocol, and allow both read and write operations. Note: Modify DN operations are not supported for entries in the server configuration.
Modifier and Type | Method and Description |
---|---|
void |
addConfigFileHandlerChangeListener(ConfigurationChangeListener<ConfigFileHandlerBackendCfg> listener)
Register to be notified when this Config File Handler Backend is changed.
|
Class<? extends ConfigFileHandlerBackendCfg> |
configurationClass()
Gets the configuration class associated with this Config File Handler Backend.
|
String |
getJavaClass()
Gets the "java-class" property.
|
BackendCfgDefn.WritabilityMode |
getWritabilityMode()
Gets the "writability-mode" property.
|
void |
removeConfigFileHandlerChangeListener(ConfigurationChangeListener<ConfigFileHandlerBackendCfg> listener)
Deregister an existing Config File Handler Backend configuration change listener.
|
addChangeListener, getBackendId, getBaseDN, isEnabled, removeChangeListener
dn
Class<? extends ConfigFileHandlerBackendCfg> configurationClass()
configurationClass
in interface BackendCfg
configurationClass
in interface Configuration
void addConfigFileHandlerChangeListener(ConfigurationChangeListener<ConfigFileHandlerBackendCfg> listener)
listener
- The Config File Handler Backend configuration change listener.void removeConfigFileHandlerChangeListener(ConfigurationChangeListener<ConfigFileHandlerBackendCfg> listener)
listener
- The Config File Handler 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-2015 ForgeRock AS. All Rights Reserved.