be.ehealth.technicalconnector.config.impl
Class ConfigurationModuleSSL

java.lang.Object
  extended by be.ehealth.technicalconnector.config.impl.ConfigurationModuleSSL
All Implemented Interfaces:
ConfigurationModule

public final class ConfigurationModuleSSL
extends Object
implements ConfigurationModule

Configuration Module specialized in SSL. Implementation of ConfigurationModule


Field Summary
static String CONNECTOR_CONFIGURATIONMODULE_SSL_VERIFICATIONFLAVOUR
           
static String SSL_VERIFICATION_FLAVOUR_PASSTHROUGH
           
static String SSL_VERIFICATION_FLAVOUR_TRUSTSTORE
           
 
Constructor Summary
ConfigurationModuleSSL()
           
 
Method Summary
 void init(Configuration config)
          Method that initialise the configuration module.
 void unload()
          Method that restores the configuration module and reset the system to the initial situation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTOR_CONFIGURATIONMODULE_SSL_VERIFICATIONFLAVOUR

public static final String CONNECTOR_CONFIGURATIONMODULE_SSL_VERIFICATIONFLAVOUR
See Also:
Constant Field Values

SSL_VERIFICATION_FLAVOUR_PASSTHROUGH

public static final String SSL_VERIFICATION_FLAVOUR_PASSTHROUGH
See Also:
Constant Field Values

SSL_VERIFICATION_FLAVOUR_TRUSTSTORE

public static final String SSL_VERIFICATION_FLAVOUR_TRUSTSTORE
See Also:
Constant Field Values
Constructor Detail

ConfigurationModuleSSL

public ConfigurationModuleSSL()
Method Detail

init

public void init(Configuration config)
          throws TechnicalConnectorException
Description copied from interface: ConfigurationModule
Method that initialise the configuration module.

Specified by:
init in interface ConfigurationModule
Throws:
TechnicalConnectorException

unload

public void unload()
            throws TechnicalConnectorException
Description copied from interface: ConfigurationModule
Method that restores the configuration module and reset the system to the initial situation.

Specified by:
unload in interface ConfigurationModule
Throws:
TechnicalConnectorException



Connector Packaging TECHNICAL 3.21.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.