Uses of Interface
org.apache.nifi.authorization.resource.Authorizable
Packages that use Authorizable
-
Uses of Authorizable in org.apache.nifi.authorization.resource
Subinterfaces of Authorizable in org.apache.nifi.authorization.resourceModifier and TypeInterfaceDescriptioninterfaceNot all Authorizables are components, however all ComponentAuthorizable's are components.Methods in org.apache.nifi.authorization.resource that return AuthorizableModifier and TypeMethodDescriptionAuthorizable.getParentAuthorizable()The parent for this Authorizable. -
Uses of Authorizable in org.apache.nifi.provenance
Methods in org.apache.nifi.provenance that return AuthorizableModifier and TypeMethodDescriptionProvenanceAuthorizableFactory.createLocalDataAuthorizable(String componentId) Generates an Authorizable object for the Data of the component with the given ID.ProvenanceAuthorizableFactory.createProvenanceDataAuthorizable(String componentId) Generates an Authorizable object for the Provenance Data of the component with the given ID.ProvenanceAuthorizableFactory.createRemoteDataAuthorizable(String remoteGroupPortId) Generates an Authorizable object for the Data of the remote group port with the given ID.