Package | Description |
---|---|
com.oneops.proxy.keywhiz | |
com.oneops.proxy.keywhiz.model | |
com.oneops.proxy.keywhiz.model.v2 |
Modifier and Type | Method and Description |
---|---|
Client |
KeywhizClient.getClientByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<Client> |
KeywhizClient.allClients() |
Modifier and Type | Class and Description |
---|---|
class |
AutomationClient
Special type of
Client with elevated, automation privileges. |
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableList<Client> |
SecretDetailResponse.clients |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Client> |
GroupDetailResponse.getClients() |
Modifier and Type | Method and Description |
---|---|
static ClientDetailResponse |
ClientDetailResponse.fromClient(Client client,
com.google.common.collect.ImmutableList<Group> groups,
com.google.common.collect.ImmutableList<SanitizedSecret> secrets) |
static AutomationClient |
AutomationClient.of(Client client) |
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) |
static SecretDetailResponse |
SecretDetailResponse.fromSecret(Secret secret,
com.google.common.collect.ImmutableList<Group> groups,
com.google.common.collect.ImmutableList<Client> clients) |
Constructor and Description |
---|
GroupDetailResponse(long id,
String name,
String description,
ApiDate creationDate,
ApiDate updateDate,
String createdBy,
String updatedBy,
com.google.common.collect.ImmutableMap<String,String> metadata,
com.google.common.collect.ImmutableList<SanitizedSecret> secrets,
com.google.common.collect.ImmutableList<Client> clients) |
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 |
---|---|
static ClientDetailResponseV2 |
ClientDetailResponseV2.fromClient(Client client) |
Copyright © 2018 Walmart, Inc.. All rights reserved.