public final class ConfigurationBackend.ConfigurationBackendCfg extends Object implements org.forgerock.opendj.server.config.server.LocalBackendCfg
BackendCfg implementation for the ConfigurationBackend. No config is
needed for this specific backend, but this class is required to behave like other backends
during initialization.| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.BackendCfg> arg0) |
void |
addLocalChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.LocalBackendCfg> arg0) |
Class<? extends org.forgerock.opendj.server.config.server.LocalBackendCfg> |
configurationClass() |
org.forgerock.opendj.ldap.DN |
dn() |
String |
getBackendId() |
SortedSet<org.forgerock.opendj.ldap.DN> |
getBaseDN() |
String |
getJavaClass() |
org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn.WritabilityMode |
getWritabilityMode() |
boolean |
isEnabled() |
String |
name() |
void |
removeChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.BackendCfg> arg0) |
void |
removeLocalChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.LocalBackendCfg> arg0) |
public org.forgerock.opendj.ldap.DN dn()
dn in interface org.forgerock.opendj.config.Configurationpublic String name()
name in interface org.forgerock.opendj.config.Configurationpublic Class<? extends org.forgerock.opendj.server.config.server.LocalBackendCfg> configurationClass()
configurationClass in interface org.forgerock.opendj.config.ConfigurationconfigurationClass in interface org.forgerock.opendj.server.config.server.BackendCfgconfigurationClass in interface org.forgerock.opendj.server.config.server.LocalBackendCfgpublic String getBackendId()
getBackendId in interface org.forgerock.opendj.server.config.server.BackendCfgpublic SortedSet<org.forgerock.opendj.ldap.DN> getBaseDN()
getBaseDN in interface org.forgerock.opendj.server.config.server.BackendCfgpublic boolean isEnabled()
isEnabled in interface org.forgerock.opendj.server.config.server.BackendCfgpublic String getJavaClass()
getJavaClass in interface org.forgerock.opendj.server.config.server.BackendCfggetJavaClass in interface org.forgerock.opendj.server.config.server.LocalBackendCfgpublic org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn.WritabilityMode getWritabilityMode()
getWritabilityMode in interface org.forgerock.opendj.server.config.server.LocalBackendCfgpublic void addChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.BackendCfg> arg0)
addChangeListener in interface org.forgerock.opendj.server.config.server.BackendCfgpublic void removeChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.BackendCfg> arg0)
removeChangeListener in interface org.forgerock.opendj.server.config.server.BackendCfgpublic void addLocalChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.LocalBackendCfg> arg0)
addLocalChangeListener in interface org.forgerock.opendj.server.config.server.LocalBackendCfgpublic void removeLocalChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.LocalBackendCfg> arg0)
removeLocalChangeListener in interface org.forgerock.opendj.server.config.server.LocalBackendCfgCopyright © 2010-2020 Wren Security. All Rights Reserved.