Uses of Interface
org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Packages that use GlobalCfgClient 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. -
-
Uses of GlobalCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return GlobalCfgClient Modifier and Type Method Description GlobalCfgClient
RootCfgClient. getGlobalConfiguration()
Gets the Global Configuration.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type GlobalCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends GlobalCfgClient,? extends GlobalCfg>
GlobalCfgClient. definition()
Get the configuration definition associated with this Global Configuration. -
Uses of GlobalCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return GlobalCfgClient Modifier and Type Method Description GlobalCfgClient
GlobalCfgDefn. createClientConfiguration(ManagedObject<? extends GlobalCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type GlobalCfgClient Modifier and Type Method Description SingletonRelationDefinition<GlobalCfgClient,GlobalCfg>
RootCfgDefn. getGlobalConfigurationRelationDefinition()
Get the "global-configuration" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type GlobalCfgClient Modifier and Type Method Description GlobalCfgClient
GlobalCfgDefn. createClientConfiguration(ManagedObject<? extends GlobalCfgClient> impl)
-