Uses of Class
io.helidon.integrations.vault.auths.token.RenewToken.Request
- 
Packages that use RenewToken.Request Package Description io.helidon.integrations.vault.auths.token Token authentication method for Vault.
- 
- 
Uses of RenewToken.Request in io.helidon.integrations.vault.auths.tokenMethods in io.helidon.integrations.vault.auths.token that return RenewToken.Request Modifier and Type Method Description static RenewToken.RequestRenewToken.Request. builder()Fluent API builder for configuring a request.static RenewToken.RequestRenewToken.Request. create(String token)Create a new request with token.Methods in io.helidon.integrations.vault.auths.token with parameters of type RenewToken.Request Modifier and Type Method Description RenewToken.ResponseTokenAuth. renew(RenewToken.Request request)Renews a lease associated with a token.Single<RenewToken.Response>TokenAuthRx. renew(RenewToken.Request request)Renews a lease associated with a token.
 
-