Class KafkaProperties.Ssl
java.lang.Object
org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- Enclosing class:
- KafkaProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.buildProperties(org.springframework.boot.ssl.SslBundles sslBundles) org.springframework.core.io.Resourceorg.springframework.core.io.ResourcevoidvoidsetKeyPassword(String keyPassword) voidsetKeyStoreCertificateChain(String keyStoreCertificateChain) voidsetKeyStoreKey(String keyStoreKey) voidsetKeyStoreLocation(org.springframework.core.io.Resource keyStoreLocation) voidsetKeyStorePassword(String keyStorePassword) voidsetKeyStoreType(String keyStoreType) voidsetProtocol(String protocol) voidsetTrustStoreCertificates(String trustStoreCertificates) voidsetTrustStoreLocation(org.springframework.core.io.Resource trustStoreLocation) voidsetTrustStorePassword(String trustStorePassword) voidsetTrustStoreType(String trustStoreType)
-
Constructor Details
-
Ssl
public Ssl()
-
-
Method Details
-
getBundle
-
setBundle
-
getKeyPassword
-
setKeyPassword
-
getKeyStoreCertificateChain
-
setKeyStoreCertificateChain
-
getKeyStoreKey
-
setKeyStoreKey
-
getKeyStoreLocation
public org.springframework.core.io.Resource getKeyStoreLocation() -
setKeyStoreLocation
public void setKeyStoreLocation(org.springframework.core.io.Resource keyStoreLocation) -
getKeyStorePassword
-
setKeyStorePassword
-
getKeyStoreType
-
setKeyStoreType
-
getTrustStoreCertificates
-
setTrustStoreCertificates
-
getTrustStoreLocation
public org.springframework.core.io.Resource getTrustStoreLocation() -
setTrustStoreLocation
public void setTrustStoreLocation(org.springframework.core.io.Resource trustStoreLocation) -
getTrustStorePassword
-
setTrustStorePassword
-
getTrustStoreType
-
setTrustStoreType
-
getProtocol
-
setProtocol
-
buildProperties
Deprecated, for removal: This API element is subject to removal in a future version. -
buildProperties
-