Uses of Class
io.vertx.config.vault.client.Lookup
Packages that use Lookup
-
Uses of Lookup in io.vertx.config.vault.client
Methods in io.vertx.config.vault.client that return LookupModifier and TypeMethodDescriptionLookup.setAccessor(String accessor) Lookup.setCreationTime(long creationTime) Lookup.setCreationTTL(long creationTTL) Lookup.setDisplayName(String displayName) Lookup.setExplicitMaxTTL(long explicitMaxTTL) Lookup.setLastRenewalTime(long lastRenewalTime) Lookup.setMetadata(JsonObject metadata) Lookup.setNumUses(long numUses) Lookup.setOrphan(boolean orphan) Lookup.setPolicies(List<String> policies) Lookup.setRenewable(boolean renewable) Lookup.setTtl(long ttl) Methods in io.vertx.config.vault.client that return types with arguments of type LookupMethod parameters in io.vertx.config.vault.client with type arguments of type LookupModifier and TypeMethodDescriptionvoidSlimVaultClient.lookupSelf(Completable<Lookup> resultHandler) Looks up for the current token metadata.