Class DefaultCamelTlsParameters
java.lang.Object
org.openehealth.ipf.commons.audit.CustomTlsParameters
org.openehealth.ipf.platform.camel.ihe.core.ssl.DefaultCamelTlsParameters
- All Implemented Interfaces:
TlsParameters
,CamelTlsParameters
Provider of SSLContextParameters that default to the global settings based on the
system properties javax.net.ssl....
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.audit.CustomTlsParameters
certAlias, certificateType, clientAuthentication, enabledClientCipherSuites, enabledProtocols, enabledServerCipherSuites, keyStoreFile, keyStorePassword, keyStoreType, performDomainValidation, provider, sessionTimeout, sniHostnames, tlsProtocol, trustStoreFile, trustStorePassword, trustStoreType
Fields inherited from interface org.openehealth.ipf.platform.camel.ihe.core.ssl.CamelTlsParameters
SYSTEM
-
Constructor Summary
-
Method Summary
Methods inherited from class org.openehealth.ipf.commons.audit.CustomTlsParameters
getClientAuthentication, getSniHostnames, getSSLContext, setCertAlias, setCertificateType, setClientAuthentication, setEnabledClientCipherSuites, setEnabledProtocols, setEnabledServerCipherSuites, setKeyStoreFile, setKeyStorePassword, setKeyStoreType, setPerformDomainValidation, setProvider, setSessionTimeout, setSniHostnames, setTlsProtocol, setTrustStoreFile, setTrustStorePassword, setTrustStoreType, split
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openehealth.ipf.commons.audit.TlsParameters
getSSLContext, getSSLSocketFactory
-
Constructor Details
-
DefaultCamelTlsParameters
public DefaultCamelTlsParameters()
-
-
Method Details
-
getSSLContextParameters
- Specified by:
getSSLContextParameters
in interfaceCamelTlsParameters
- Returns:
- Camel SSLContextParameters that can be used for basically every component
-