Uses of Interface
org.forgerock.opendj.server.config.server.NullBackendCfg
-
Packages that use NullBackendCfg 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 NullBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type NullBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends NullBackendCfgClient,? extends NullBackendCfg>
NullBackendCfgClient. definition()
Get the configuration definition associated with this Null Backend. -
Uses of NullBackendCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return NullBackendCfg Modifier and Type Method Description NullBackendCfg
NullBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends NullBackendCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type NullBackendCfg Modifier and Type Method Description Class<NullBackendCfg>
NullBackendCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type NullBackendCfg Modifier and Type Method Description NullBackendCfg
NullBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends NullBackendCfg> impl)
-
Uses of NullBackendCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type NullBackendCfg Modifier and Type Method Description Class<? extends NullBackendCfg>
NullBackendCfg. configurationClass()
Gets the configuration class associated with this Null Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type NullBackendCfg Modifier and Type Method Description void
NullBackendCfg. addNullChangeListener(ConfigurationChangeListener<NullBackendCfg> listener)
Register to be notified when this Null Backend is changed.void
NullBackendCfg. removeNullChangeListener(ConfigurationChangeListener<NullBackendCfg> listener)
Deregister an existing Null Backend configuration change listener. -
Uses of NullBackendCfg in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type NullBackendCfg Modifier and Type Method Description void
NullBackend. configureBackend(NullBackendCfg config, ServerContext serverContext)
-