Class CamelSSLAutoConfiguration
java.lang.Object
org.apache.camel.spring.boot.security.CamelSSLAutoConfiguration
@Configuration(proxyBeanMethods=false)
@AutoConfigureAfter(CamelAutoConfiguration.class)
@EnableConfigurationProperties(CamelSSLConfigurationProperties.class)
public class CamelSSLAutoConfiguration
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.support.jsse.SSLContextParameters
sslContextParameters
(org.apache.camel.CamelContext camelContext, CamelSSLConfigurationProperties properties) org.apache.camel.support.jsse.GlobalSSLContextParametersSupplier
-
Constructor Details
-
CamelSSLAutoConfiguration
public CamelSSLAutoConfiguration()
-
-
Method Details
-
sslContextParameters
@Bean @ConditionalOnMissingBean @Conditional(SSLCondition.class) public org.apache.camel.support.jsse.SSLContextParameters sslContextParameters(org.apache.camel.CamelContext camelContext, CamelSSLConfigurationProperties properties) -
sslContextParametersSupplier
@Bean @ConditionalOnMissingBean @Conditional(SSLConfigCondition.class) public org.apache.camel.support.jsse.GlobalSSLContextParametersSupplier sslContextParametersSupplier(CamelSSLConfigurationProperties properties)
-