@Configuration @EnableConfigurationProperties(value=CamelSSLConfigurationProperties.class) @Conditional(value=CamelSSLAutoConfiguration.Condition.class) public class CamelSSLAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CamelSSLAutoConfiguration.Condition |
Constructor and Description |
---|
CamelSSLAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.util.jsse.GlobalSSLContextParametersSupplier |
sslContextParametersSupplier(CamelSSLConfigurationProperties properties) |
@Bean public org.apache.camel.util.jsse.GlobalSSLContextParametersSupplier sslContextParametersSupplier(CamelSSLConfigurationProperties properties)
Apache Camel