Description
Revoke on server scope change the Java API in an incompatible way (added a new parameter). We need to fix the client API to have an overload for revoke which defaults to "ALL" privileges if nothing is specified.
Additionally, it looks like any string can be passed in for the "action" field of the new API. We should validate that the action is valid - "SELECT", "INSERT", or "ALL".