Class CxfClientSslProperties
java.lang.Object
org.apache.cxf.spring.boot.autoconfigure.ssl.CxfClientSslProperties
Client-side SSL integration properties for CXF when Spring Boot SslBundles are present.
bundles are applied once when an HTTPConduit is configured.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetCxfClientSslBundles(List<CxfClientSslProperties.CxfClientSslBundle> clientSslBundles) voidsetDefaultBundle(String bundle) voidsetDisableCnCheck(Boolean disableCnCheck) voidsetEnabled(boolean enabled)
-
Constructor Details
-
CxfClientSslProperties
public CxfClientSslProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getDefaultBundle
-
setDefaultBundle
-
getDisableCnCheck
-
setDisableCnCheck
-
getCxfClientSslBundles
-
setCxfClientSslBundles
public void setCxfClientSslBundles(List<CxfClientSslProperties.CxfClientSslBundle> clientSslBundles)
-