Package | Description |
---|---|
com.oneops.proxy.keywhiz | |
com.oneops.proxy.keywhiz.model.v2 | |
com.oneops.proxy.service | |
com.oneops.proxy.web |
Modifier and Type | Method and Description |
---|---|
SecretDetailResponseV2 |
KeywhizAutomationClient.getSecretDetails(String secret)
Retrieve information on a secret series.
|
Modifier and Type | Method and Description |
---|---|
List<SecretDetailResponseV2> |
KeywhizAutomationClient.getSecrets(String group)
Retrieve metadata for secrets in a particular group
|
List<SecretDetailResponseV2> |
KeywhizAutomationClient.getSecretVersions(String secret,
int versionIdx,
int numVersions)
Retrieve the given range of versions of this secret, sorted from newest to oldest update time.
|
Modifier and Type | Method and Description |
---|---|
SecretDetailResponseV2 |
SecretDetailResponseV2.Builder.build() |
static SecretDetailResponseV2 |
SecretDetailResponseV2.fromParts(String name,
String description,
String checksum,
long createdAtSeconds,
String createdBy,
long updatedAtSeconds,
String updatedBy,
Map<String,String> metadata,
String type,
long expiry,
Long version)
Static factory method used by Jackson for deserialization
|
Modifier and Type | Method and Description |
---|---|
SecretDetailResponseV2 |
SecretService.normalize(SecretDetailResponseV2 secret)
Normalize the unique secret names in secret response.
|
Modifier and Type | Method and Description |
---|---|
SecretDetailResponseV2 |
SecretService.normalize(SecretDetailResponseV2 secret)
Normalize the unique secret names in secret response.
|
Modifier and Type | Method and Description |
---|---|
SecretDetailResponseV2 |
GroupController.getSecret(String appName,
String secretName,
OneOpsUser user)
Retrieve information on a secret series.
|
Modifier and Type | Method and Description |
---|---|
List<SecretDetailResponseV2> |
GroupController.getSecrets(String appName,
OneOpsUser user)
Retrieve metadata for secrets in a particular group.
|
List<SecretDetailResponseV2> |
GroupController.getSecretVersions(String appName,
String secretName,
OneOpsUser user)
Retrieve all versions of this secret, sorted from newest to oldest update time.
|
Copyright © 2018 Walmart, Inc.. All rights reserved.