Package | Description |
---|---|
com.oneops.proxy.keywhiz | |
com.oneops.proxy.keywhiz.model | |
com.oneops.proxy.keywhiz.model.v2 |
Modifier and Type | Method and Description |
---|---|
Group |
KeywhizClient.getGroupByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
KeywhizClient.allGroups() |
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableList<Group> |
SecretDetailResponse.groups |
com.google.common.collect.ImmutableList<Group> |
ClientDetailResponse.groups |
Modifier and Type | Method and Description |
---|---|
abstract List<Group> |
SanitizedSecretWithGroups.groups() |
abstract com.google.common.collect.ImmutableList<Group> |
AutomationSecretResponse.groups() |
Modifier and Type | Method and Description |
---|---|
static GroupDetailResponse |
GroupDetailResponse.fromGroup(Group group,
com.google.common.collect.ImmutableList<SanitizedSecret> secrets,
com.google.common.collect.ImmutableList<Client> clients) |
Modifier and Type | Method and Description |
---|---|
static AutomationSecretResponse |
AutomationSecretResponse.create(long id,
String name,
String secret,
ApiDate creationDate,
com.google.common.collect.ImmutableMap<String,String> metadata,
com.google.common.collect.ImmutableList<Group> groups,
long expiry) |
static ClientDetailResponse |
ClientDetailResponse.fromClient(Client client,
com.google.common.collect.ImmutableList<Group> groups,
com.google.common.collect.ImmutableList<SanitizedSecret> secrets) |
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.
|
static SanitizedSecretWithGroups |
SanitizedSecretWithGroups.fromSecretSeriesAndContentAndGroups(SecretSeriesAndContent seriesAndContent,
List<Group> groups) |
static SanitizedSecretWithGroups |
SanitizedSecretWithGroups.of(long id,
String name,
List<Group> groups) |
static SanitizedSecretWithGroups |
SanitizedSecretWithGroups.of(SanitizedSecret secret,
List<Group> groups) |
Constructor and Description |
---|
ClientDetailResponse(long id,
String name,
String description,
ApiDate creationDate,
ApiDate updateDate,
String createdBy,
String updatedBy,
ApiDate lastSeen,
com.google.common.collect.ImmutableList<Group> groups,
com.google.common.collect.ImmutableList<SanitizedSecret> secrets) |
SecretDetailResponse(long id,
String name,
String description,
ApiDate createdAt,
String createdBy,
ApiDate updatedAt,
String updatedBy,
com.google.common.collect.ImmutableMap<String,String> metadata,
com.google.common.collect.ImmutableList<Group> groups,
com.google.common.collect.ImmutableList<Client> clients) |
Modifier and Type | Method and Description |
---|---|
GroupDetailResponseV2.Builder |
GroupDetailResponseV2.Builder.group(Group group) |
Copyright © 2018 Walmart, Inc.. All rights reserved.