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