Package | Description |
---|---|
com.oneops.proxy.keywhiz | |
com.oneops.proxy.keywhiz.model |
Modifier and Type | Method and Description |
---|---|
SecretDetailResponse |
KeywhizClient.createSecret(String name,
String description,
byte[] content,
com.google.common.collect.ImmutableMap<String,String> metadata,
long expiry) |
SecretDetailResponse |
KeywhizClient.rollbackSecret(String name,
long version) |
SecretDetailResponse |
KeywhizClient.secretDetailsForId(long secretId) |
SecretDetailResponse |
KeywhizClient.updateSecret(String name,
boolean descriptionPresent,
String description,
boolean contentPresent,
byte[] content,
boolean metadataPresent,
com.google.common.collect.ImmutableMap<String,String> metadata,
boolean expiryPresent,
long expiry) |
Modifier and Type | Method and Description |
---|---|
static SecretDetailResponse |
SecretDetailResponse.fromSecret(Secret secret,
com.google.common.collect.ImmutableList<Group> groups,
com.google.common.collect.ImmutableList<Client> clients) |
Copyright © 2018 Walmart, Inc.. All rights reserved.