Uses of Class
pl.edu.icm.unity.exceptions.AuthorizationException
Packages that use AuthorizationException
Package
Description
The main entry point to engine's functionality.
Events processing
IdP-type endpoints support
-
Uses of AuthorizationException in pl.edu.icm.unity.engine.api
Methods in pl.edu.icm.unity.engine.api that throw AuthorizationExceptionModifier and TypeMethodDescriptionvoidBulkProcessingManagement.applyRule(TranslationRule rule) Schedule a rule to be invoked immediately.voidBulkProcessingManagement.applyRuleSync(TranslationRule rule, long timeout) voidAuthorizationManagement.checkReadCapability(boolean selfAccess, String group) EndpointManagement.getDeployedEndpointInstances()EndpointManagement.getEndpoint(String name) EndpointManagement.getEndpoints()booleanAuthorizationManagement.hasAdminAccess()Checks if caller has admin accessboolean -
Uses of AuthorizationException in pl.edu.icm.unity.engine.api.event
Methods in pl.edu.icm.unity.engine.api.event that throw AuthorizationExceptionModifier and TypeMethodDescriptionvoidEventPublisherWithAuthz.fireEventWithAuthz(Event event) Invokes the event thru {@link EventPublisher.fireEvent(Event)}, however the caller is authorized with the highest privilege level. -
Uses of AuthorizationException in pl.edu.icm.unity.engine.api.idp
Methods in pl.edu.icm.unity.engine.api.idp that throw AuthorizationExceptionModifier and TypeMethodDescriptionbooleanIdpPolicyAgreementContentChecker.isPolicyUsedOnEndpoints(Long policyId)