+ federatedIdentity + ", userId=" + userId + ", nickname=" + nickname + "]";
}
@Override
public ResultCell populateResultCell(ResultCellFactory factory) {
ResultCell cell = super.populateResultCell(factory);
cell.setType(PropertyType.USER);
cell.setParent(null);
cell.setChildren(null);
cell.setPayload(Arrays.asList(authDomain, email, federatedIdentity, userId, nickname));
return cell;
}