use of cz.metacentrum.perun.audit.events.GeneralServiceManagerEvents.FreeAllDenialsOnDestination in project perun by CESNET.
the class ServicesManagerBlImpl method unblockAllServicesOnDestination.
@Override
public void unblockAllServicesOnDestination(PerunSession sess, int destinationId) {
getServicesManagerImpl().unblockAllServicesOnDestination(destinationId);
sess.getPerun().getAuditer().log(sess, new FreeAllDenialsOnDestination(destinationId));
}
Aggregations