Uses of Interface
org.apache.nifi.authorization.user.NiFiUser
Packages that use NiFiUser
Package
Description
-
Uses of NiFiUser in org.apache.nifi.authorization.resource
Methods in org.apache.nifi.authorization.resource with parameters of type NiFiUserModifier 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 NiFiUser in org.apache.nifi.authorization.user
Methods in org.apache.nifi.authorization.user that return NiFiUser -
Uses of NiFiUser in org.apache.nifi.provenance
Methods in org.apache.nifi.provenance with parameters of type NiFiUserModifier and TypeMethodDescriptionRetrieves the Provenance Event with the given ID.Returns a List of allProvenanceEventRecords in the repository starting with the given ID.ProvenanceRepository.retrieveLineageSubmission(String lineageIdentifier, NiFiUser user) ProvenanceRepository.retrieveQuerySubmission(String queryIdentifier, NiFiUser user) ProvenanceRepository.submitExpandChildren(long eventId, NiFiUser user) Submits a request to expand the children of the event with the given id.ProvenanceRepository.submitExpandParents(long eventId, NiFiUser user) Submits a request to expand the parents of the event with the given id.ProvenanceRepository.submitLineageComputation(long eventId, NiFiUser user) Submits a Lineage Computation to be completed and returns the AsynchronousLineageResult that indicates the status of the request and the results, if the computation is complete.ProvenanceRepository.submitLineageComputation(String flowFileUuid, NiFiUser user) Submits a Lineage Computation to be completed and returns the AsynchronousLineageResult that indicates the status of the request and the results, if the computation is complete.ProvenanceRepository.submitQuery(Query query, NiFiUser user) Submits an asynchronous request to process the given query, returning an identifier that can be used to fetch the results at a later time