public class InternalCommunicationConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INTERNAL_COMMUNICATION_KERBEROS_ENABLED |
| Constructor and Description |
|---|
InternalCommunicationConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyStorePassword() |
String |
getKeyStorePath() |
String |
getTrustStorePassword() |
String |
getTrustStorePath() |
boolean |
isHttpsRequired() |
boolean |
isKerberosEnabled() |
boolean |
isKerberosUseCanonicalHostname() |
InternalCommunicationConfig |
setHttpsRequired(boolean httpsRequired) |
InternalCommunicationConfig |
setKerberosEnabled(boolean kerberosEnabled) |
InternalCommunicationConfig |
setKerberosUseCanonicalHostname(boolean kerberosUseCanonicalHostname) |
InternalCommunicationConfig |
setKeyStorePassword(String keyStorePassword) |
InternalCommunicationConfig |
setKeyStorePath(String keyStorePath) |
InternalCommunicationConfig |
setTrustStorePassword(String trustStorePassword) |
InternalCommunicationConfig |
setTrustStorePath(String trustStorePath) |
public static final String INTERNAL_COMMUNICATION_KERBEROS_ENABLED
public boolean isHttpsRequired()
@Config(value="internal-communication.https.required") public InternalCommunicationConfig setHttpsRequired(boolean httpsRequired)
public String getKeyStorePath()
@Config(value="internal-communication.https.keystore.path") public InternalCommunicationConfig setKeyStorePath(String keyStorePath)
public String getKeyStorePassword()
@Config(value="internal-communication.https.keystore.key") public InternalCommunicationConfig setKeyStorePassword(String keyStorePassword)
public String getTrustStorePath()
@Config(value="internal-communication.https.truststore.path") public InternalCommunicationConfig setTrustStorePath(String trustStorePath)
public String getTrustStorePassword()
@Config(value="internal-communication.https.truststore.key") public InternalCommunicationConfig setTrustStorePassword(String trustStorePassword)
public boolean isKerberosEnabled()
@Config(value="internal-communication.kerberos.enabled") public InternalCommunicationConfig setKerberosEnabled(boolean kerberosEnabled)
public boolean isKerberosUseCanonicalHostname()
@Config(value="internal-communication.kerberos.use-canonical-hostname") public InternalCommunicationConfig setKerberosUseCanonicalHostname(boolean kerberosUseCanonicalHostname)
Copyright © 2012–2019. All rights reserved.