Uses of Interface
org.forgerock.opendj.server.config.server.RootCfg
-
Packages that use RootCfg Package Description org.forgerock.opendj.config Common administration classes.org.forgerock.opendj.config.server Server-side administration interface.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.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of RootCfg in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return types with arguments of type RootCfg Modifier and Type Method Description static ManagedObjectPath<RootCfgClient,RootCfg>
ManagedObjectPath. emptyPath()
Creates a new managed object path representing the configuration root. -
Uses of RootCfg in org.forgerock.opendj.config.server
Methods in org.forgerock.opendj.config.server that return RootCfg Modifier and Type Method Description RootCfg
ServerManagementContext. getRootConfiguration()
Get the root configuration manager associated with this management context.Methods in org.forgerock.opendj.config.server that return types with arguments of type RootCfg Modifier and Type Method Description ServerManagedObject<RootCfg>
ServerManagementContext. getRootConfigurationManagedObject()
Get the root configuration server managed object associated with this management context. -
Uses of RootCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type RootCfg Modifier and Type Method Description ManagedObjectDefinition<? extends RootCfgClient,? extends RootCfg>
RootCfgClient. definition()
Get the configuration definition associated with this Root. -
Uses of RootCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return RootCfg Modifier and Type Method Description RootCfg
RootCfgDefn. createServerConfiguration(ServerManagedObject<? extends RootCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type RootCfg Modifier and Type Method Description Class<RootCfg>
RootCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type RootCfg Modifier and Type Method Description RootCfg
RootCfgDefn. createServerConfiguration(ServerManagedObject<? extends RootCfg> impl)
-
Uses of RootCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type RootCfg Modifier and Type Method Description Class<? extends RootCfg>
RootCfg. configurationClass()
Gets the configuration class associated with this Root. -
Uses of RootCfg in org.opends.server.core
Methods in org.opends.server.core that return RootCfg Modifier and Type Method Description RootCfg
DirectoryServer. getRootConfig()
RootCfg
ServerContext. getRootConfig()
Returns the root configuration object.Methods in org.opends.server.core with parameters of type RootCfg Modifier and Type Method Description void
BackendConfigManager. initializeBackends(Collection<String> backendIDsToStart, RootCfg root)
Initializes specified backends.void
HttpEndpointConfigManager. registerTo(RootCfg rootConfiguration)
Initializes all HTTP endpoints currently defined in the Directory Server configuration.
-