public class ResourceClient extends Object implements ResourceProvider
| Constructor and Description |
|---|
ResourceClient(Credentials credentials,
Endpoints endpoints) |
ResourceClient(Credentials credentials,
Endpoints endpoints,
SSLContext sslContext) |
ResourceClient(Token token,
Endpoints endpoints) |
ResourceClient(Token token,
Endpoints endpoints,
SSLContext sslContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSecret(String variableId,
String secret)
Creates a secret value within the specified variable
|
String |
retrieveSecret(String variableId)
Fetch the value of a secret in the specified variable
|
public ResourceClient(Credentials credentials, Endpoints endpoints)
public ResourceClient(Credentials credentials, Endpoints endpoints, SSLContext sslContext)
public ResourceClient(Token token, Endpoints endpoints, SSLContext sslContext)
public String retrieveSecret(String variableId)
ResourceProviderretrieveSecret in interface ResourceProvidervariableId - - id of the variablepublic void addSecret(String variableId, String secret)
ResourceProvideraddSecret in interface ResourceProvidervariableId - - id of the variablesecret - - Secret value within the specified variableCopyright © 2025. All rights reserved.