public interface LDIFBackendCfgClient extends LocalBackendCfgClient
The LDIF Backend provides a mechanism for interacting with data stored in an LDIF file.
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectDefinition<? extends LDIFBackendCfgClient,? extends LDIFBackendCfg> |
definition()
Get the configuration definition associated with this LDIF Backend.
|
String |
getJavaClass()
Gets the "java-class" property.
|
String |
getLDIFFile()
Gets the "ldif-file" property.
|
LocalBackendCfgDefn.WritabilityMode |
getWritabilityMode()
Gets the "writability-mode" property.
|
boolean |
isIsPrivateBackend()
Gets the "is-private-backend" property.
|
void |
setIsPrivateBackend(Boolean value)
Sets the "is-private-backend" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setLDIFFile(String value)
Sets the "ldif-file" property.
|
void |
setWritabilityMode(LocalBackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
getBackendId, getBaseDN, isEnabled, setBackendId, setBaseDN, setEnabledcommit, propertiesManagedObjectDefinition<? extends LDIFBackendCfgClient,? extends LDIFBackendCfg> definition()
definition in interface BackendCfgClientdefinition in interface ConfigurationClientdefinition in interface LocalBackendCfgClientboolean 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.
void setIsPrivateBackend(Boolean value) throws PropertyException
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.
value - The value of the "is-private-backend" property.PropertyException - If the new value is invalid.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the backend implementation.
getJavaClass in interface BackendCfgClientgetJavaClass in interface LocalBackendCfgClientvoid setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the backend implementation.
setJavaClass in interface BackendCfgClientsetJavaClass in interface LocalBackendCfgClientvalue - The value of the "java-class" property.PropertyException - If the new value is invalid.String getLDIFFile()
Specifies the path to the LDIF file containing the data for this backend.
void setLDIFFile(String value) throws PropertyException
Specifies the path to the LDIF file containing the data for this backend.
value - The value of the "ldif-file" property.PropertyException - If the new value is invalid.LocalBackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
getWritabilityMode in interface LocalBackendCfgClientvoid setWritabilityMode(LocalBackendCfgDefn.WritabilityMode value) throws PropertyException
Specifies the behavior that the backend should use when processing write operations.
setWritabilityMode in interface LocalBackendCfgClientvalue - The value of the "writability-mode" property.PropertyException - If the new value is invalid.Copyright © 2017-2020 Wren Security. All Rights Reserved.