Uses of Class
org.apache.nifi.authorization.AccessDeniedException
Packages that use AccessDeniedException
-
Uses of AccessDeniedException in org.apache.nifi.authorization.resource
Methods in org.apache.nifi.authorization.resource that throw AccessDeniedExceptionModifier and TypeMethodDescriptiondefault voidAuthorizable.authorize(Authorizer authorizer, RequestAction action, NiFiUser user) Authorizes the current user for the specified action on the specified resource.default voidAuthorizable.authorize(Authorizer authorizer, RequestAction action, NiFiUser user, Map<String, String> resourceContext) Authorizes the current user for the specified action on the specified resource.