public class SecretsExt extends SecretsAPI
Constructor and Description |
---|
SecretsExt(ApiClient apiClient) |
SecretsExt(SecretsService mock) |
Modifier and Type | Method and Description |
---|---|
String |
get(String scope,
String key)
Gets the string representation of a secret value for the specified secrets scope and key.
|
byte[] |
getBytes(String scope,
String key)
Gets the bytes representation of a secret value for the specified scope and key.
|
createScope, createScope, deleteAcl, deleteAcl, deleteScope, deleteScope, deleteSecret, deleteSecret, getAcl, getAcl, getSecret, getSecret, impl, listAcls, listAcls, listScopes, listSecrets, listSecrets, putAcl, putAcl, putSecret, putSecret
public SecretsExt(ApiClient apiClient)
public SecretsExt(SecretsService mock)
Copyright © 2023. All rights reserved.