Package | Description |
---|---|
io.vertx.config.vault.client |
Modifier and Type | Method and Description |
---|---|
void |
SlimVaultClient.read(String path,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Secret>> responseHandler)
Reads a secret from `path`.
|
void |
SlimVaultClient.write(String path,
io.vertx.core.json.JsonObject secrets,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Secret>> resultHandler)
Write a secret to `path`.
|
Copyright © 2021 Eclipse. All rights reserved.