Search in sources :

Example 1 with FreeAllDenialsOnDestination

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));
}
Also used : FreeAllDenialsOnDestination(cz.metacentrum.perun.audit.events.GeneralServiceManagerEvents.FreeAllDenialsOnDestination)

Aggregations

FreeAllDenialsOnDestination (cz.metacentrum.perun.audit.events.GeneralServiceManagerEvents.FreeAllDenialsOnDestination)1