}
}
Iterator roleIt = _roles.values().iterator();
while (roleIt.hasNext()) {
Role role = (Role) roleIt.next();
role.removePermission(permissionName);
}
} catch (Throwable t) {
SystemUtils.logThrowable(t, this, "removePermission");
throw new SystemException("Errore in rimozione permesso", t);
}