Uses of Interface
org.forgerock.opendj.server.config.client.RootCfgClient
-
Packages that use RootCfgClient Package Description org.forgerock.opendj.config Common administration classes.org.forgerock.opendj.config.client Common client-side administration classes.org.forgerock.opendj.config.client.spi Client side driver implementation interfaces.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. -
-
Uses of RootCfgClient in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return types with arguments of type RootCfgClient Modifier and Type Method Description static ManagedObjectPath<RootCfgClient,RootCfg>
ManagedObjectPath. emptyPath()
Creates a new managed object path representing the configuration root. -
Uses of RootCfgClient in org.forgerock.opendj.config.client
Methods in org.forgerock.opendj.config.client that return RootCfgClient Modifier and Type Method Description RootCfgClient
DriverBasedManagementContext. getRootConfiguration()
RootCfgClient
ManagementContext. getRootConfiguration()
Gets the root configuration client associated with this management context.Methods in org.forgerock.opendj.config.client that return types with arguments of type RootCfgClient Modifier and Type Method Description ManagedObject<RootCfgClient>
DriverBasedManagementContext. getRootConfigurationManagedObject()
ManagedObject<RootCfgClient>
ManagementContext. getRootConfigurationManagedObject()
Gets the root configuration managed object associated with this management context. -
Uses of RootCfgClient in org.forgerock.opendj.config.client.spi
Methods in org.forgerock.opendj.config.client.spi that return types with arguments of type RootCfgClient Modifier and Type Method Description abstract ManagedObject<RootCfgClient>
Driver. getRootConfigurationManagedObject()
Gets the root configuration managed object associated with this management context driver. -
Uses of RootCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type RootCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends RootCfgClient,? extends RootCfg>
RootCfgClient. definition()
Get the configuration definition associated with this Root. -
Uses of RootCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return RootCfgClient Modifier and Type Method Description RootCfgClient
RootCfgDefn. createClientConfiguration(ManagedObject<? extends RootCfgClient> impl)
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type RootCfgClient Modifier and Type Method Description RootCfgClient
RootCfgDefn. createClientConfiguration(ManagedObject<? extends RootCfgClient> impl)
-