void |
Groups.deleteGroup(String groupId) |
void |
Users.deleteUser(String userId) |
javax.ws.rs.core.Response |
Groups.getGroup(String groupId,
String attributes,
String excludedAttributes) |
javax.ws.rs.core.Response |
Users.getUser(String userId,
String attributes,
String excludedAttributes) |
javax.ws.rs.core.Response |
Groups.patchGroup(String groupId,
PatchBody patchBody) |
javax.ws.rs.core.Response |
Users.patchUser(String userId,
PatchBody patchBody) |
javax.ws.rs.core.Response |
Groups.updateGroup(String groupId,
@Valid Group groupToUpdate) |
javax.ws.rs.core.Response |
Users.updateUser(String userId,
@Valid User userToUpdate) |