public interface EventPublisherWithAuthz
| Modifier and Type | Method and Description |
|---|---|
void |
fireEventWithAuthz(pl.edu.icm.unity.types.Event event)
Invokes the event thru
EventPublisher.fireEvent(Event), however the caller is authorized
with the highest privilege level. |
void fireEventWithAuthz(pl.edu.icm.unity.types.Event event)
throws pl.edu.icm.unity.exceptions.AuthorizationException
EventPublisher.fireEvent(Event), however the caller is authorized
with the highest privilege level.event - pl.edu.icm.unity.exceptions.AuthorizationExceptionCopyright © 2020 Unity. All rights reserved.