List<PropagationTask> tasks = propagationManager.getUpdateTaskIds(updated, userMod.getPassword(), userMod.
getVirtualAttributesToBeRemoved(), userMod.getVirtualAttributesToBeUpdated(), null);
final List<PropagationTO> propagations = new ArrayList<PropagationTO>();
propagationManager.execute(tasks, new PropagationHandler() {
@Override
public void handle(final String resourceName, final PropagationTaskExecStatus executionStatus,
final ConnectorObject before, final ConnectorObject after) {