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. -
-
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 RootCfgServerManagementContext. 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 RootCfgRootCfgDefn. createServerConfiguration(ServerManagedObject<? extends RootCfg> impl)Creates a server configuration view of the provided server managed object.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()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type RootCfg Modifier and Type Method Description RootCfgRootCfgDefn. createServerConfiguration(ServerManagedObject<? extends RootCfg> impl)Creates a server configuration view of the provided server managed object. -
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.
-