Uses of Class
io.helidon.integrations.vault.auths.token.RevokeToken.Request
-
Packages that use RevokeToken.Request Package Description io.helidon.integrations.vault.auths.token Token authentication method for Vault. -
-
Uses of RevokeToken.Request in io.helidon.integrations.vault.auths.token
Methods in io.helidon.integrations.vault.auths.token that return RevokeToken.Request Modifier and Type Method Description static RevokeToken.Request
RevokeToken.Request. builder()
Fluent API builder for configuring a request.static RevokeToken.Request
RevokeToken.Request. create(String token)
Create a new request from the token value.Methods in io.helidon.integrations.vault.auths.token with parameters of type RevokeToken.Request Modifier and Type Method Description RevokeToken.Response
TokenAuth. revoke(RevokeToken.Request request)
Revokes a token and all child tokens.Single<RevokeToken.Response>
TokenAuthRx. revoke(RevokeToken.Request request)
Revokes a token and all child tokens.
-