Package | Description |
---|---|
io.vertx.config.vault.client |
Modifier and Type | Method and Description |
---|---|
Secret |
Secret.setData(JsonObject data) |
Secret |
Secret.setLeaseDuration(long leaseDuration) |
Secret |
Secret.setLeaseId(String leaseId) |
Secret |
Secret.setRenewable(boolean renewable) |
Secret |
Secret.setRequestId(String requestId) |
Modifier and Type | Method and Description |
---|---|
static void |
SecretConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
Secret obj) |
static void |
SecretConverter.toJson(Secret obj,
JsonObject json) |
static void |
SecretConverter.toJson(Secret obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
void |
SlimVaultClient.read(String path,
Handler<AsyncResult<Secret>> responseHandler)
Reads a secret from `path`.
|
void |
SlimVaultClient.write(String path,
JsonObject secrets,
Handler<AsyncResult<Secret>> resultHandler)
Write a secret to `path`.
|
Copyright © 2023 Eclipse. All rights reserved.