return response;
}
private Response userInRoleResponse(User aUser, String aRoleName) {
UserInRoleRepresentation userInRoleRepresentation =
new UserInRoleRepresentation(aUser, aRoleName);
String representation =
ObjectSerializer
.instance()
.serialize(userInRoleRepresentation);