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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanDetermines if an existing Spring Boot SSL configuration (server.ssl.*) shall be reused for constructing a Camel SSLContextParameter beanvoidsetReuseSslConfig(boolean reuseSslConfig) Determines if an existing Spring Boot SSL configuration (server.ssl.*) shall be reused for constructing a Camel SSLContextParameter bean
- 
Constructor Details- 
IpfConfigurationPropertiespublic IpfConfigurationProperties()
 
- 
- 
Method Details- 
isReuseSslConfigpublic boolean isReuseSslConfig()Determines if an existing Spring Boot SSL configuration (server.ssl.*) shall be reused for constructing a Camel SSLContextParameter bean
- 
setReuseSslConfigpublic void setReuseSslConfig(boolean reuseSslConfig) Determines if an existing Spring Boot SSL configuration (server.ssl.*) shall be reused for constructing a Camel SSLContextParameter bean
 
-