Package | Description |
---|---|
com.oneops.proxy.keywhiz | |
com.oneops.proxy.keywhiz.model.v2 | |
com.oneops.proxy.service |
Modifier and Type | Method and Description |
---|---|
void |
KeywhizAutomationClient.createOrUpdateSecret(String name,
CreateOrUpdateSecretRequestV2 secret)
Creates or updates (if it exists) a secret.
|
Modifier and Type | Method and Description |
---|---|
CreateOrUpdateSecretRequestV2 |
CreateOrUpdateSecretRequestV2.Builder.build() |
static CreateOrUpdateSecretRequestV2 |
CreateOrUpdateSecretRequestV2.fromParts(String content,
String description,
Map<String,String> metadata,
long expiry,
String type)
Static factory method used by Jackson for deserialization
|
Modifier and Type | Method and Description |
---|---|
CreateOrUpdateSecretRequestV2 |
SecretService.makeCreateOrUpdateReq(SecretRequest secret)
Helper method for create/update request.
|
Copyright © 2018 Walmart, Inc.. All rights reserved.