public static class KafkaProperties.Ssl extends Object
Constructor and Description |
---|
Ssl() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
buildProperties() |
String |
getKeyPassword() |
org.springframework.core.io.Resource |
getKeystoreLocation() |
String |
getKeystorePassword() |
String |
getKeyStoreType() |
String |
getProtocol() |
org.springframework.core.io.Resource |
getTruststoreLocation() |
String |
getTruststorePassword() |
String |
getTrustStoreType() |
void |
setKeyPassword(String keyPassword) |
void |
setKeystoreLocation(org.springframework.core.io.Resource keystoreLocation) |
void |
setKeystorePassword(String keystorePassword) |
void |
setKeyStoreType(String keyStoreType) |
void |
setProtocol(String protocol) |
void |
setTruststoreLocation(org.springframework.core.io.Resource truststoreLocation) |
void |
setTruststorePassword(String truststorePassword) |
void |
setTrustStoreType(String trustStoreType) |
public String getKeyPassword()
public void setKeyPassword(String keyPassword)
public org.springframework.core.io.Resource getKeystoreLocation()
public void setKeystoreLocation(org.springframework.core.io.Resource keystoreLocation)
public String getKeystorePassword()
public void setKeystorePassword(String keystorePassword)
public String getKeyStoreType()
public void setKeyStoreType(String keyStoreType)
public org.springframework.core.io.Resource getTruststoreLocation()
public void setTruststoreLocation(org.springframework.core.io.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)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.