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 © 2020 Pivotal Software, Inc.. All rights reserved.