Package org.openehealth.ipf.boot
Class IpfConfigurationProperties
java.lang.Object
org.openehealth.ipf.boot.IpfConfigurationProperties
@ConfigurationProperties(prefix="ipf.commons")
public class IpfConfigurationProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Determines if an existing Spring Boot SSL configuration (server.ssl.*) shall be reused for constructing a Camel SSLContextParameter beanvoid
setReuseSslConfig
(boolean reuseSslConfig) Determines if an existing Spring Boot SSL configuration (server.ssl.*) shall be reused for constructing a Camel SSLContextParameter bean
-
Constructor Details
-
IpfConfigurationProperties
public IpfConfigurationProperties()
-
-
Method Details
-
isReuseSslConfig
public boolean isReuseSslConfig()Determines if an existing Spring Boot SSL configuration (server.ssl.*) shall be reused for constructing a Camel SSLContextParameter bean -
setReuseSslConfig
public void setReuseSslConfig(boolean reuseSslConfig) Determines if an existing Spring Boot SSL configuration (server.ssl.*) shall be reused for constructing a Camel SSLContextParameter bean
-