Class CxfSslBundlesAutoConfiguration
java.lang.Object
org.apache.cxf.spring.boot.autoconfigure.ssl.CxfSslBundlesAutoConfiguration
@AutoConfiguration(after=CxfAutoConfiguration.class)
@EnableConfigurationProperties(CxfClientSslProperties.class)
@ConditionalOnClass({org.springframework.boot.ssl.SslBundles.class,org.apache.cxf.transport.http.HTTPConduitConfigurer.class})
@ConditionalOnProperty(prefix="cxf.client.ssl",
name="enabled",
havingValue="true",
matchIfMissing=false)
public class CxfSslBundlesAutoConfiguration
extends Object
Auto-configuration that bridges Spring Boot SslBundles to CXF HTTP conduits. Applies a configured bundle to
every HTTPS client created through the CXF Bus.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.transport.http.HTTPConduitConfigurercxfSslBundleConfigurerInstaller(org.apache.cxf.Bus bus, org.springframework.boot.ssl.SslBundles sslBundles, CxfClientSslProperties props)
-
Constructor Details
-
CxfSslBundlesAutoConfiguration
public CxfSslBundlesAutoConfiguration()
-
-
Method Details
-
cxfSslBundleConfigurerInstaller
@Bean public org.apache.cxf.transport.http.HTTPConduitConfigurer cxfSslBundleConfigurerInstaller(org.apache.cxf.Bus bus, org.springframework.boot.ssl.SslBundles sslBundles, CxfClientSslProperties props)
-