Package | Description |
---|---|
com.oneops.proxy.keywhiz | |
com.oneops.proxy.keywhiz.model.v2 | |
com.oneops.proxy.service | |
com.oneops.proxy.web |
Modifier and Type | Method and Description |
---|---|
GroupDetailResponseV2 |
KeywhizAutomationClient.getGroupDetails(String group)
Retrieve information on a group.
|
Modifier and Type | Method and Description |
---|---|
abstract GroupDetailResponseV2 |
GroupDetailResponseV2.Builder.build() |
static GroupDetailResponseV2 |
GroupDetailResponseV2.fromParts(String name,
String description,
long createdAtSeconds,
long updatedAtSeconds,
String createdBy,
String updatedBy,
Iterable<String> secrets,
Iterable<String> clients,
Map<String,String> metadata)
Static factory method used by Jackson for deserialization
|
Modifier and Type | Method and Description |
---|---|
GroupDetailResponseV2 |
SecretService.normalize(GroupDetailResponseV2 group)
Normalize the unique secret names in group details response.
|
Modifier and Type | Method and Description |
---|---|
GroupDetailResponseV2 |
SecretService.normalize(GroupDetailResponseV2 group)
Normalize the unique secret names in group details response.
|
Modifier and Type | Method and Description |
---|---|
GroupDetailResponseV2 |
GroupController.info(String appName,
OneOpsUser user)
Retrieve information on a group.
|
Copyright © 2018 Walmart, Inc.. All rights reserved.