Package | Description |
---|---|
io.vertx.config.vault.client |
Modifier and Type | Method and Description |
---|---|
Lookup |
Lookup.setAccessor(String accessor) |
Lookup |
Lookup.setCreationTime(long creationTime) |
Lookup |
Lookup.setCreationTTL(long creationTTL) |
Lookup |
Lookup.setDisplayName(String displayName) |
Lookup |
Lookup.setExplicitMaxTTL(long explicitMaxTTL) |
Lookup |
Lookup.setId(String id) |
Lookup |
Lookup.setLastRenewalTime(long lastRenewalTime) |
Lookup |
Lookup.setMetadata(JsonObject metadata) |
Lookup |
Lookup.setNumUses(long numUses) |
Lookup |
Lookup.setOrphan(boolean orphan) |
Lookup |
Lookup.setPath(String path) |
Lookup |
Lookup.setPolicies(List<String> policies) |
Lookup |
Lookup.setRenewable(boolean renewable) |
Lookup |
Lookup.setTtl(long ttl) |
Modifier and Type | Method and Description |
---|---|
static void |
LookupConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
Lookup obj) |
static void |
LookupConverter.toJson(Lookup obj,
JsonObject json) |
static void |
LookupConverter.toJson(Lookup obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
void |
SlimVaultClient.lookupSelf(Handler<AsyncResult<Lookup>> resultHandler)
Looks up for the current token metadata.
|
Copyright © 2023 Eclipse. All rights reserved.