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.
|
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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.