Class KafkaProperties.Ssl
java.lang.Object
org.springframework.boot.kafka.autoconfigure.KafkaProperties.Ssl
- Enclosing class:
KafkaProperties
- Since:
- 4.0.0
- Author:
- Gary Russell, Stephane Nicoll, Artem Bilan, Nakul Mishra, Tomaz Fernandes, Andy Wilkinson, Scott Frederick, Yanming Zhou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable Resource
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable Resource
@Nullable String
@Nullable String
void
void
setKeyPassword
(@Nullable String keyPassword) void
setKeyStoreCertificateChain
(@Nullable String keyStoreCertificateChain) void
setKeyStoreKey
(@Nullable String keyStoreKey) void
setKeyStoreLocation
(@Nullable Resource keyStoreLocation) void
setKeyStorePassword
(@Nullable String keyStorePassword) void
setKeyStoreType
(@Nullable String keyStoreType) void
setProtocol
(@Nullable String protocol) void
setTrustStoreCertificates
(@Nullable String trustStoreCertificates) void
setTrustStoreLocation
(@Nullable Resource trustStoreLocation) void
setTrustStorePassword
(@Nullable String trustStorePassword) void
setTrustStoreType
(@Nullable 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
-