public static class KafkaProperties.Ssl extends ObjectSE
| コンストラクターと説明 |
|---|
Ssl() |
| 修飾子と型 | メソッドと説明 |
|---|---|
MapSE<StringSE, ObjectSE> | buildProperties() |
StringSE | getKeyPassword() |
org.springframework.core.io.Resource | getKeyStoreLocation() |
StringSE | getKeyStorePassword() |
StringSE | getKeyStoreType() |
StringSE | getProtocol() |
org.springframework.core.io.Resource | getTrustStoreLocation() |
StringSE | getTrustStorePassword() |
StringSE | getTrustStoreType() |
void | setKeyPassword(StringSE keyPassword) |
void | setKeyStoreLocation(org.springframework.core.io.Resource keyStoreLocation) |
void | setKeyStorePassword(StringSE keyStorePassword) |
void | setKeyStoreType(StringSE keyStoreType) |
void | setProtocol(StringSE protocol) |
void | setTrustStoreLocation(org.springframework.core.io.Resource trustStoreLocation) |
void | setTrustStorePassword(StringSE trustStorePassword) |
void | setTrustStoreType(StringSE trustStoreType) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic StringSE getKeyPassword()
public void setKeyPassword(StringSE keyPassword)
public org.springframework.core.io.Resource getKeyStoreLocation()
public void setKeyStoreLocation(org.springframework.core.io.Resource keyStoreLocation)
public StringSE getKeyStorePassword()
public void setKeyStorePassword(StringSE keyStorePassword)
public StringSE getKeyStoreType()
public void setKeyStoreType(StringSE keyStoreType)
public org.springframework.core.io.Resource getTrustStoreLocation()
public void setTrustStoreLocation(org.springframework.core.io.Resource trustStoreLocation)
public StringSE getTrustStorePassword()
public void setTrustStorePassword(StringSE trustStorePassword)
public StringSE getTrustStoreType()
public void setTrustStoreType(StringSE trustStoreType)
public StringSE getProtocol()
public void setProtocol(StringSE protocol)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.