}
}
syncope.setStatus(syncopeStatus);
}
if (attributable instanceof RoleTO) {
RoleTO roleTO = (RoleTO) attributable;
syncope.setAccountLink(roleTO.getDisplayName());
syncope.setStatus(Status.ACTIVE);
}
StatusUtils statusUtils = new StatusUtils((attributable instanceof UserTO ? userRestClient : roleRestClient));