if (found.size() > 1) {
LOG.warn("More than one {} found on {} with __NAME__ {} - taking first only",
objectClass, syncTask.getResource(), name);
}
ConnectorObject connObj = found.iterator().next();
final List<Long> subjectIds = findExisting(connObj.getUid().getUidValue(), connObj, attrUtil);
if (subjectIds.isEmpty()) {
LOG.debug("No matching {} found for {}, aborting", attrUtil.getType(), connObj);
} else {
if (subjectIds.size() > 1) {
LOG.warn("More than one {} found {} - taking first only", attrUtil.getType(), subjectIds);