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 |
---|---|
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 © 2024 Eclipse. All rights reserved.