| Package | Description |
|---|---|
| com.oneops.proxy.config | |
| com.oneops.proxy.keywhiz | |
| com.oneops.proxy.keywhiz.http | |
| com.oneops.proxy.ldap |
| Modifier and Type | Method and Description |
|---|---|
KeywhizKeyStore |
ApplicationConfig.keywhizKeyStore(OneOpsConfig config,
org.springframework.core.io.ResourceLoader loader)
Returns the keystrore for keywhiz server
|
KeywhizKeyStore |
ApplicationConfig.ldapKeyStore(OneOpsConfig config,
org.springframework.core.io.ResourceLoader loader)
Returns the keystrore for LDAP server
|
| Modifier and Type | Method and Description |
|---|---|
KeywhizAutomationClient |
ApplicationConfig.keywhizAutomationClient(OneOpsConfig config,
KeywhizKeyStore keywhizKeyStore)
Returns the keywhiz automation client
|
KeywhizClient |
ApplicationConfig.keywhizClient(OneOpsConfig config,
KeywhizKeyStore keywhizKeyStore)
Returns the keywhiz http client
|
LdapClient |
ApplicationConfig.ldapClient(OneOpsConfig config,
KeywhizKeyStore keywhizKeyStore)
Returns the LDAP client.
|
| Constructor and Description |
|---|
KeywhizAutomationClient(String baseUrl,
KeywhizKeyStore keywhizKeyStore)
Create a keywhiz automation client for the given baseurl.
|
KeywhizClient(String baseUrl,
KeywhizKeyStore keywhizKeyStore)
Create a keywhiz client for the given baseurl.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeywhizKeyStore |
HttpClient.keywhizKeyStore |
| Constructor and Description |
|---|
HttpClient(String baseUrl,
KeywhizKeyStore keywhizKeyStore)
Creates an http client.
|
| Constructor and Description |
|---|
LdapClient(OneOpsConfig.LDAP config,
KeywhizKeyStore keywhizKeyStore)
Initializes the LDAP client.
|
Copyright © 2018 Walmart, Inc.. All rights reserved.