public interface LDIFBackendCfg extends BackendCfg
The LDIF Backend provides a mechanism for interacting with data stored in an LDIF file.
Modifier and Type | Method and Description |
---|---|
void |
addLDIFChangeListener(ConfigurationChangeListener<LDIFBackendCfg> listener)
Register to be notified when this LDIF Backend is changed.
|
Class<? extends LDIFBackendCfg> |
configurationClass()
Gets the configuration class associated with this LDIF Backend.
|
String |
getJavaClass()
Gets the "java-class" property.
|
String |
getLDIFFile()
Gets the "ldif-file" property.
|
BackendCfgDefn.WritabilityMode |
getWritabilityMode()
Gets the "writability-mode" property.
|
boolean |
isIsPrivateBackend()
Gets the "is-private-backend" property.
|
void |
removeLDIFChangeListener(ConfigurationChangeListener<LDIFBackendCfg> listener)
Deregister an existing LDIF Backend configuration change listener.
|
addChangeListener, getBackendId, getBaseDN, isEnabled, removeChangeListener
dn
Class<? extends LDIFBackendCfg> configurationClass()
configurationClass
in interface BackendCfg
configurationClass
in interface Configuration
void addLDIFChangeListener(ConfigurationChangeListener<LDIFBackendCfg> listener)
listener
- The LDIF Backend configuration change listener.void removeLDIFChangeListener(ConfigurationChangeListener<LDIFBackendCfg> listener)
listener
- The LDIF Backend configuration change listener.boolean isIsPrivateBackend()
Indicates whether the backend should be considered a private backend, which indicates that it is used for storing operational data rather than user-defined information.
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the backend implementation.
getJavaClass
in interface BackendCfg
String getLDIFFile()
Specifies the path to the LDIF file containing the data for this backend.
BackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
getWritabilityMode
in interface BackendCfg
Copyright 2010-2017 ForgeRock AS.