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 void
BulkProcessingManagement. applyRule(TranslationRule rule)
Schedule a rule to be invoked immediately.void
BulkProcessingManagement. applyRuleSync(TranslationRule rule, long timeout)
void
AuthorizationManagement. checkReadCapability(boolean selfAccess, String group)
List<EndpointInstance>
EndpointManagement. getDeployedEndpointInstances()
Endpoint
EndpointManagement. getEndpoint(String name)
List<Endpoint>
EndpointManagement. getEndpoints()
boolean
AuthorizationManagement. hasAdminAccess()
Checks if caller has admin accessboolean
GroupsManagement. 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 void
EventPublisherWithAuthz. fireEventWithAuthz(Event event)
Invokes the event thru {@link EventPublisher.fireEvent(Event)}, however the caller is authorized with the highest privilege level.
-