@ConfigurationProperties(value="oneops") public class OneOpsConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OneOpsConfig.Auth
JWT (JWS) authentication properties.
|
static class |
OneOpsConfig.Cli |
static class |
OneOpsConfig.Keystore |
static class |
OneOpsConfig.Keywhiz |
static class |
OneOpsConfig.LDAP |
static class |
OneOpsConfig.Proxy
OneOps Http Transparent Proxy configuration.
|
static class |
OneOpsConfig.TrustStore |
Constructor and Description |
---|
OneOpsConfig() |
Modifier and Type | Method and Description |
---|---|
OneOpsConfig.Auth |
getAuth() |
String |
getBaseUrl() |
OneOpsConfig.Keywhiz |
getKeywhiz() |
OneOpsConfig.LDAP |
getLdap() |
OneOpsConfig.Proxy |
getProxy() |
void |
setAuth(OneOpsConfig.Auth auth) |
void |
setBaseUrl(String baseUrl) |
void |
setKeywhiz(OneOpsConfig.Keywhiz keywhiz) |
void |
setLdap(OneOpsConfig.LDAP ldap) |
void |
setProxy(OneOpsConfig.Proxy proxy) |
String |
toString() |
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public OneOpsConfig.Keywhiz getKeywhiz()
public void setKeywhiz(OneOpsConfig.Keywhiz keywhiz)
public OneOpsConfig.LDAP getLdap()
public void setLdap(OneOpsConfig.LDAP ldap)
public OneOpsConfig.Auth getAuth()
public void setAuth(OneOpsConfig.Auth auth)
public OneOpsConfig.Proxy getProxy()
public void setProxy(OneOpsConfig.Proxy proxy)
Copyright © 2018 Walmart, Inc.. All rights reserved.