Uses of Interface
org.forgerock.opendj.server.config.server.GlobalCfg
-
Packages that use GlobalCfg 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. -
-
Uses of GlobalCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type GlobalCfg Modifier and Type Method Description ManagedObjectDefinition<? extends GlobalCfgClient,? extends GlobalCfg>GlobalCfgClient. definition()Get the configuration definition associated with this Global Configuration. -
Uses of GlobalCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return GlobalCfg Modifier and Type Method Description GlobalCfgGlobalCfgDefn. createServerConfiguration(ServerManagedObject<? extends GlobalCfg> 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 GlobalCfg Modifier and Type Method Description SingletonRelationDefinition<GlobalCfgClient,GlobalCfg>RootCfgDefn. getGlobalConfigurationRelationDefinition()Get the "global-configuration" relation definition.Class<GlobalCfg>GlobalCfgDefn. 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 GlobalCfg Modifier and Type Method Description GlobalCfgGlobalCfgDefn. createServerConfiguration(ServerManagedObject<? extends GlobalCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of GlobalCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return GlobalCfg Modifier and Type Method Description GlobalCfgRootCfg. getGlobalConfiguration()Gets the Global Configuration.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type GlobalCfg Modifier and Type Method Description Class<? extends GlobalCfg>GlobalCfg. configurationClass()Gets the configuration class associated with this Global Configuration.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type GlobalCfg Modifier and Type Method Description voidGlobalCfg. addChangeListener(ConfigurationChangeListener<GlobalCfg> listener)Register to be notified when this Global Configuration is changed.voidGlobalCfg. removeChangeListener(ConfigurationChangeListener<GlobalCfg> listener)Deregister an existing Global Configuration configuration change listener.
-