Uses of Class
pl.edu.icm.unity.exceptions.AuthorizationException
-
Packages that use AuthorizationException Package Description pl.edu.icm.unity.engine.api The main entry point to engine's functionality.pl.edu.icm.unity.engine.api.event Events processing -
-
Uses of AuthorizationException in pl.edu.icm.unity.engine.api
Methods in pl.edu.icm.unity.engine.api that throw AuthorizationException Modifier and Type Method Description voidBulkProcessingManagement. applyRule(TranslationRule rule)Schedule a rule to be invoked immediately.voidBulkProcessingManagement. applyRuleSync(TranslationRule rule, long timeout)voidAuthorizationManagement. checkReadCapability(boolean selfAccess, String group)List<EndpointInstance>EndpointManagement. getDeployedEndpointInstances()EndpointEndpointManagement. getEndpoint(String name)List<Endpoint>EndpointManagement. getEndpoints()booleanAuthorizationManagement. hasAdminAccess()Checks if caller has admin accessbooleanGroupsManagement. isPresent(String group) -
Uses of AuthorizationException in pl.edu.icm.unity.engine.api.event
Methods in pl.edu.icm.unity.engine.api.event that throw AuthorizationException Modifier and Type Method Description voidEventPublisherWithAuthz. fireEventWithAuthz(Event event)Invokes the event thru {@link EventPublisher.fireEvent(Event)}, however the caller is authorized with the highest privilege level.
-