public static class KafkaProperties.Ssl extends Object
Constructor and Description |
---|
Ssl() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
buildProperties() |
String |
getKeyPassword() |
String |
getKeyStoreCertificateChain() |
String |
getKeyStoreKey() |
Resource |
getKeyStoreLocation() |
String |
getKeyStorePassword() |
String |
getKeyStoreType() |
String |
getProtocol() |
String |
getTrustStoreCertificates() |
Resource |
getTrustStoreLocation() |
String |
getTrustStorePassword() |
String |
getTrustStoreType() |
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) |
public String getKeyPassword()
public void setKeyPassword(String keyPassword)
public String getKeyStoreCertificateChain()
public void setKeyStoreCertificateChain(String keyStoreCertificateChain)
public String getKeyStoreKey()
public void setKeyStoreKey(String keyStoreKey)
public Resource getKeyStoreLocation()
public void setKeyStoreLocation(Resource keyStoreLocation)
public String getKeyStorePassword()
public void setKeyStorePassword(String keyStorePassword)
public String getKeyStoreType()
public void setKeyStoreType(String keyStoreType)
public String getTrustStoreCertificates()
public void setTrustStoreCertificates(String trustStoreCertificates)
public Resource getTrustStoreLocation()
public void setTrustStoreLocation(Resource trustStoreLocation)
public String getTrustStorePassword()
public void setTrustStorePassword(String trustStorePassword)
public String getTrustStoreType()
public void setTrustStoreType(String trustStoreType)
public String getProtocol()
public void setProtocol(String protocol)