118119120121122123124
// go through each group and set the editable bit for (GroupDTO g : out) { g.setEditable(GroupResourceUtil.canModify(g.getId(), groups, security)); } return Response.ok(new GroupsDTO(out)).build(); }