"Exception occurred while deleting role",
e);
}
} else if (serviceType != null && serviceType.equalsIgnoreCase(ROLES_SYNCHRONIZATION)) {
try {
RoleSynchronizer roleSynch = new RoleSynchronizer();
roleSynch.synchronize();
logger.debug("Roles synchronized");
JSONObject attributesResponseSuccessJSON = new JSONObject();
attributesResponseSuccessJSON.put("success", true);
attributesResponseSuccessJSON.put("responseText", "Operation succeded");
writeBackToClient( new JSONSuccess(attributesResponseSuccessJSON) );