Uses of Class
pl.edu.icm.unity.engine.api.authn.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(pl.edu.icm.unity.base.translation.TranslationRule rule) Schedule a rule to be invoked immediately.voidBulkProcessingManagement.applyRuleSync(pl.edu.icm.unity.base.translation.TranslationRule rule, long timeout) voidAuthorizationManagement.checkReadCapability(boolean selfAccess, String group) EndpointManagement.getDeployedEndpointInstances()pl.edu.icm.unity.base.endpoint.EndpointEndpointManagement.getEndpoint(String name) List<pl.edu.icm.unity.base.endpoint.Endpoint>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(pl.edu.icm.unity.base.event.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)