Uses of Class
io.helidon.integrations.vault.auths.token.RevokeToken.Request
Packages that use RevokeToken.Request
Package
Description
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.RequestModifier and TypeMethodDescriptionstatic RevokeToken.Request
RevokeToken.Request.builder()
Fluent API builder for configuring a request.static RevokeToken.Request
Create a new request from the token value.Methods in io.helidon.integrations.vault.auths.token with parameters of type RevokeToken.RequestModifier and TypeMethodDescriptionTokenAuth.revoke
(RevokeToken.Request request) Revokes a token and all child tokens.TokenAuthRx.revoke
(RevokeToken.Request request) Revokes a token and all child tokens.