throws IOException
{
TestContainer.getInstance().getTestContext().useAdminForRequests();
UserResource testUser = this.userUtil.getUser(userId);
testUser.removeRole(privilege + "-role");
this.userUtil.updateUser(testUser);
}
protected void addPriv(String userName, String privId, String type, String repoTargetId, String repositoryId,
String repositoryGroupId, String... methods)