Uses of Class
io.helidon.integrations.vault.auths.token.DeleteTokenRole.Response
-
Packages that use DeleteTokenRole.Response Package Description io.helidon.integrations.vault.auths.token Token authentication method for Vault. -
-
Uses of DeleteTokenRole.Response in io.helidon.integrations.vault.auths.token
Methods in io.helidon.integrations.vault.auths.token that return DeleteTokenRole.Response Modifier and Type Method Description DeleteTokenRole.Response
TokenAuth. deleteTokenRole(DeleteTokenRole.Request request)
Delete a named token role.Methods in io.helidon.integrations.vault.auths.token that return types with arguments of type DeleteTokenRole.Response Modifier and Type Method Description Single<DeleteTokenRole.Response>
TokenAuthRx. deleteTokenRole(DeleteTokenRole.Request request)
Delete a named token role.
-