Uses of Interface
org.forgerock.opendj.server.config.server.RootDseBackendCfg
-
Packages that use RootDseBackendCfg 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 RootDseBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type RootDseBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends RootDseBackendCfgClient,? extends RootDseBackendCfg>
RootDseBackendCfgClient. definition()
Get the configuration definition associated with this Root DSE Backend. -
Uses of RootDseBackendCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return RootDseBackendCfg Modifier and Type Method Description RootDseBackendCfg
RootDseBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends RootDseBackendCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type RootDseBackendCfg Modifier and Type Method Description SingletonRelationDefinition<RootDseBackendCfgClient,RootDseBackendCfg>
RootCfgDefn. getRootDseBackendRelationDefinition()
Get the "root-dse-backend" relation definition.Class<RootDseBackendCfg>
RootDseBackendCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type RootDseBackendCfg Modifier and Type Method Description RootDseBackendCfg
RootDseBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends RootDseBackendCfg> impl)
-
Uses of RootDseBackendCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return RootDseBackendCfg Modifier and Type Method Description RootDseBackendCfg
RootCfg. getRootDseBackend()
Gets the Root Dse Backend.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type RootDseBackendCfg Modifier and Type Method Description Class<? extends RootDseBackendCfg>
RootDseBackendCfg. configurationClass()
Gets the configuration class associated with this Root DSE Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type RootDseBackendCfg Modifier and Type Method Description void
RootDseBackendCfg. addChangeListener(ConfigurationChangeListener<RootDseBackendCfg> listener)
Register to be notified when this Root DSE Backend is changed.void
RootDseBackendCfg. removeChangeListener(ConfigurationChangeListener<RootDseBackendCfg> listener)
Deregister an existing Root DSE Backend configuration change listener. -
Uses of RootDseBackendCfg in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type RootDseBackendCfg Modifier and Type Method Description ConfigChangeResult
RootDSEBackend. applyConfigurationChange(RootDseBackendCfg cfg)
void
RootDSEBackend. configureBackend(RootDseBackendCfg config, ServerContext serverContext)
boolean
RootDSEBackend. isConfigurationAcceptable(RootDseBackendCfg config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
boolean
RootDSEBackend. isConfigurationChangeAcceptable(RootDseBackendCfg cfg, List<LocalizableMessage> unacceptableReasons)
-