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.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
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 GlobalCfg
GlobalCfgDefn. createServerConfiguration(ServerManagedObject<? extends GlobalCfg> impl)
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()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type GlobalCfg Modifier and Type Method Description GlobalCfg
GlobalCfgDefn. createServerConfiguration(ServerManagedObject<? extends GlobalCfg> impl)
-
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 GlobalCfg
RootCfg. 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 void
GlobalCfg. addChangeListener(ConfigurationChangeListener<GlobalCfg> listener)
Register to be notified when this Global Configuration is changed.void
GlobalCfg. removeChangeListener(ConfigurationChangeListener<GlobalCfg> listener)
Deregister an existing Global Configuration configuration change listener. -
Uses of GlobalCfg in org.opends.server.core
Methods in org.opends.server.core with parameters of type GlobalCfg Modifier and Type Method Description ConfigChangeResult
CoreConfigManager. applyConfigurationChange(GlobalCfg configuration)
boolean
CoreConfigManager. isConfigurationChangeAcceptable(GlobalCfg configuration, List<LocalizableMessage> unacceptableReasons)
-