public static class OneOpsConfig.Keywhiz extends Object
Constructor and Description |
---|
Keywhiz() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl() |
OneOpsConfig.Cli |
getCli() |
OneOpsConfig.Keystore |
getKeyStore() |
long |
getSecretMaxSize() |
char[] |
getSvcPassword() |
String |
getSvcUser() |
OneOpsConfig.TrustStore |
getTrustStore() |
void |
setBaseUrl(String baseUrl) |
void |
setCli(OneOpsConfig.Cli cli) |
void |
setKeyStore(OneOpsConfig.Keystore keyStore) |
void |
setSecretMaxSize(long secretMaxSize) |
void |
setSvcPassword(char[] svcPassword) |
void |
setSvcUser(String svcUser) |
void |
setTrustStore(OneOpsConfig.TrustStore trustStore) |
String |
toString() |
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public String getSvcUser()
public void setSvcUser(String svcUser)
public char[] getSvcPassword()
public void setSvcPassword(char[] svcPassword)
public OneOpsConfig.TrustStore getTrustStore()
public void setTrustStore(OneOpsConfig.TrustStore trustStore)
public OneOpsConfig.Keystore getKeyStore()
public void setKeyStore(OneOpsConfig.Keystore keyStore)
public OneOpsConfig.Cli getCli()
public void setCli(OneOpsConfig.Cli cli)
public long getSecretMaxSize()
public void setSecretMaxSize(long secretMaxSize)
Copyright © 2018 Walmart, Inc.. All rights reserved.