public class TrustManagerProviderConfigManager extends Object implements org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.TrustManagerProviderCfg>, org.forgerock.opendj.config.server.ConfigurationAddListener<org.forgerock.opendj.server.config.server.TrustManagerProviderCfg>, org.forgerock.opendj.config.server.ConfigurationDeleteListener<org.forgerock.opendj.server.config.server.TrustManagerProviderCfg>
| Constructor and Description |
|---|
TrustManagerProviderConfigManager(ServerContext serverContext)
Creates a new instance of this trust manager provider config manager.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.config.server.ConfigChangeResult |
applyConfigurationAdd(org.forgerock.opendj.server.config.server.TrustManagerProviderCfg configuration) |
org.forgerock.opendj.config.server.ConfigChangeResult |
applyConfigurationChange(org.forgerock.opendj.server.config.server.TrustManagerProviderCfg configuration) |
org.forgerock.opendj.config.server.ConfigChangeResult |
applyConfigurationDelete(org.forgerock.opendj.server.config.server.TrustManagerProviderCfg configuration) |
void |
initializeTrustManagerProviders()
Initializes all trust manager providers currently defined in the Directory
Server configuration.
|
boolean |
isConfigurationAddAcceptable(org.forgerock.opendj.server.config.server.TrustManagerProviderCfg configuration,
List<org.forgerock.i18n.LocalizableMessage> unacceptableReasons) |
boolean |
isConfigurationChangeAcceptable(org.forgerock.opendj.server.config.server.TrustManagerProviderCfg configuration,
List<org.forgerock.i18n.LocalizableMessage> unacceptableReasons) |
boolean |
isConfigurationDeleteAcceptable(org.forgerock.opendj.server.config.server.TrustManagerProviderCfg configuration,
List<org.forgerock.i18n.LocalizableMessage> unacceptableReasons) |
public TrustManagerProviderConfigManager(ServerContext serverContext)
serverContext - The server context.public void initializeTrustManagerProviders()
throws org.forgerock.opendj.config.server.ConfigException,
InitializationException
org.forgerock.opendj.config.server.ConfigException - If a configuration problem causes the trust
manager provider initialization process to fail.InitializationException - If a problem occurs while initializing
the trust manager providers that is not
related to the server configuration.public boolean isConfigurationAddAcceptable(org.forgerock.opendj.server.config.server.TrustManagerProviderCfg configuration,
List<org.forgerock.i18n.LocalizableMessage> unacceptableReasons)
isConfigurationAddAcceptable in interface org.forgerock.opendj.config.server.ConfigurationAddListener<org.forgerock.opendj.server.config.server.TrustManagerProviderCfg>public org.forgerock.opendj.config.server.ConfigChangeResult applyConfigurationAdd(org.forgerock.opendj.server.config.server.TrustManagerProviderCfg configuration)
applyConfigurationAdd in interface org.forgerock.opendj.config.server.ConfigurationAddListener<org.forgerock.opendj.server.config.server.TrustManagerProviderCfg>public boolean isConfigurationDeleteAcceptable(org.forgerock.opendj.server.config.server.TrustManagerProviderCfg configuration,
List<org.forgerock.i18n.LocalizableMessage> unacceptableReasons)
isConfigurationDeleteAcceptable in interface org.forgerock.opendj.config.server.ConfigurationDeleteListener<org.forgerock.opendj.server.config.server.TrustManagerProviderCfg>public org.forgerock.opendj.config.server.ConfigChangeResult applyConfigurationDelete(org.forgerock.opendj.server.config.server.TrustManagerProviderCfg configuration)
applyConfigurationDelete in interface org.forgerock.opendj.config.server.ConfigurationDeleteListener<org.forgerock.opendj.server.config.server.TrustManagerProviderCfg>public boolean isConfigurationChangeAcceptable(org.forgerock.opendj.server.config.server.TrustManagerProviderCfg configuration,
List<org.forgerock.i18n.LocalizableMessage> unacceptableReasons)
isConfigurationChangeAcceptable in interface org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.TrustManagerProviderCfg>public org.forgerock.opendj.config.server.ConfigChangeResult applyConfigurationChange(org.forgerock.opendj.server.config.server.TrustManagerProviderCfg configuration)
applyConfigurationChange in interface org.forgerock.opendj.config.server.ConfigurationChangeListener<org.forgerock.opendj.server.config.server.TrustManagerProviderCfg>Copyright © 2010-2020 Wren Security. All Rights Reserved.