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.token
Methods in io.helidon.integrations.vault.auths.token that return RenewToken.Request Modifier and Type Method Description static RenewToken.Request
RenewToken.Request. builder()
Fluent API builder for configuring a request.static RenewToken.Request
RenewToken.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.Response
TokenAuth. 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.
-