Uses of Interface
org.apache.nifi.authorization.Authorizer
Packages that use Authorizer
Package
Description
-
Uses of Authorizer in org.apache.nifi.authorization
Subinterfaces of Authorizer in org.apache.nifi.authorizationClasses in org.apache.nifi.authorization that implement AuthorizerModifier and TypeClassDescriptionclassAn Authorizer that provides management of users, groups, and policies.Methods in org.apache.nifi.authorization that return AuthorizerModifier and TypeMethodDescriptionAuthorizerLookup.getAuthorizer(String identifier) Looks up the Authorizer with the specified identifier -
Uses of Authorizer in org.apache.nifi.authorization.resource
Methods in org.apache.nifi.authorization.resource with parameters of type AuthorizerModifier 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.default AuthorizationResultAuthorizable.checkAuthorization(Authorizer authorizer, RequestAction action, NiFiUser user) Returns the result of an authorization request for the specified user for the specified action on the specified resource.default AuthorizationResultAuthorizable.checkAuthorization(Authorizer authorizer, RequestAction action, NiFiUser user, Map<String, String> resourceContext) Returns the result of an authorization request for the specified user for the specified action on the specified resource.default booleanAuthorizable.isAuthorized(Authorizer authorizer, RequestAction action, NiFiUser user) Returns whether the current user is authorized for the specified action on the specified resource. -
Uses of Authorizer in org.apache.nifi.provenance
Methods in org.apache.nifi.provenance with parameters of type AuthorizerModifier and TypeMethodDescriptionvoidProvenanceRepository.initialize(EventReporter eventReporter, Authorizer authorizer, ProvenanceAuthorizableFactory resourceFactory, IdentifierLookup identifierLookup) Performs any initialization needed.