Uses of Interface
org.forgerock.opendj.server.config.server.LdifBackendCfg
-
Packages that use LdifBackendCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components.org.opends.server.backends Contains various Directory Server backend implementations. -
-
Uses of LdifBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type LdifBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends LdifBackendCfgClient,? extends LdifBackendCfg>
LdifBackendCfgClient. definition()
Get the configuration definition associated with this LDIF Backend. -
Uses of LdifBackendCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return LdifBackendCfg Modifier and Type Method Description LdifBackendCfg
LdifBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends LdifBackendCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type LdifBackendCfg Modifier and Type Method Description Class<LdifBackendCfg>
LdifBackendCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type LdifBackendCfg Modifier and Type Method Description LdifBackendCfg
LdifBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends LdifBackendCfg> impl)
-
Uses of LdifBackendCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type LdifBackendCfg Modifier and Type Method Description Class<? extends LdifBackendCfg>
LdifBackendCfg. configurationClass()
Gets the configuration class associated with this LDIF Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type LdifBackendCfg Modifier and Type Method Description void
LdifBackendCfg. addLdifChangeListener(ConfigurationChangeListener<LdifBackendCfg> listener)
Register to be notified when this LDIF Backend is changed.void
LdifBackendCfg. removeLdifChangeListener(ConfigurationChangeListener<LdifBackendCfg> listener)
Deregister an existing LDIF Backend configuration change listener. -
Uses of LdifBackendCfg in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type LdifBackendCfg Modifier and Type Method Description ConfigChangeResult
LDIFBackend. applyConfigurationChange(LdifBackendCfg configuration)
void
LDIFBackend. configureBackend(LdifBackendCfg config, ServerContext serverContext)
boolean
LDIFBackend. isConfigurationChangeAcceptable(LdifBackendCfg configuration, List<LocalizableMessage> unacceptableReasons)
-