100101102103104105106
} public void renameGroup(String oldName, String newName) {} public Group createGroup(String name, String description) throws GroupExistsException { throw new GroupExistsException("<cannot add groups to an anonymous userbase>"); }