Package | Description |
---|---|
com.oneops.proxy.keywhiz.model |
Modifier and Type | Method and Description |
---|---|
static SecretDeliveryResponse |
SecretDeliveryResponse.fromSecret(Secret secret) |
static SanitizedSecret |
SanitizedSecret.fromSecret(Secret secret)
Build a matching representation of a secret, but without sensitive content.
|
static AutomationSecretResponse |
AutomationSecretResponse.fromSecret(Secret secret,
com.google.common.collect.ImmutableList<Group> groups) |
static SecretDetailResponse |
SecretDetailResponse.fromSecret(Secret secret,
com.google.common.collect.ImmutableList<Group> groups,
com.google.common.collect.ImmutableList<Client> clients) |
static SanitizedSecretWithGroups |
SanitizedSecretWithGroups.fromSecret(Secret secret,
List<Group> groups)
Build a matching representation of a secret, but without sensitive content.
|
Copyright © 2018 Walmart, Inc.. All rights reserved.