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.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends GlobalCfgClient,? extends GlobalCfg> |
GlobalCfgClient.definition()
Get the configuration definition associated with this Global Configuration.
|
Modifier and Type | Method and Description |
---|---|
GlobalCfg |
GlobalCfgDefn.createServerConfiguration(ServerManagedObject<? extends GlobalCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
GlobalCfg |
GlobalCfgDefn.createServerConfiguration(ServerManagedObject<? extends GlobalCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
GlobalCfg |
RootCfg.getGlobalConfiguration()
Gets the Global Configuration.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends GlobalCfg> |
GlobalCfg.configurationClass()
Gets the configuration class associated with this Global Configuration.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
CoreConfigManager.applyConfigurationChange(GlobalCfg configuration) |
boolean |
CoreConfigManager.isConfigurationChangeAcceptable(GlobalCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2017 ForgeRock AS.