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.RequestRevokeToken.Request. builder()Fluent API builder for configuring a request.static RevokeToken.RequestRevokeToken.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.ResponseTokenAuth. 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.
-