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.backends |
Contains various Directory Server backend implementations.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends ProxyBackendCfgClient,? extends ProxyBackendCfg> |
ProxyBackendCfgClient.definition()
Get the configuration definition associated with this Proxy Backend.
|
Modifier and Type | Method and Description |
---|---|
ProxyBackendCfg |
ProxyBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends ProxyBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<ProxyBackendCfg> |
ProxyBackendCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
ProxyBackendCfg |
ProxyBackendCfgDefn.createServerConfiguration(ServerManagedObject<? extends ProxyBackendCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ProxyBackendCfg> |
ProxyBackendCfg.configurationClass()
Gets the configuration class associated with this Proxy Backend.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyBackendCfg.addProxyChangeListener(ConfigurationChangeListener<ProxyBackendCfg> listener)
Register to be notified when this Proxy Backend is changed.
|
void |
ProxyBackendCfg.removeProxyChangeListener(ConfigurationChangeListener<ProxyBackendCfg> listener)
Deregister an existing Proxy Backend configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
ProxyBackend.applyConfigurationChange(ProxyBackendCfg newConfig) |
void |
ProxyBackend.configureBackend(ProxyBackendCfg cfg,
ServerContext serverContext) |
boolean |
ProxyBackend.isConfigurationAcceptable(ProxyBackendCfg config,
List<LocalizableMessage> unacceptableReasons,
ServerContext serverContext) |
boolean |
ProxyBackend.isConfigurationChangeAcceptable(ProxyBackendCfg config,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.