| Package | Description |
|---|---|
| org.apache.nifi.authorization.resource | |
| org.apache.nifi.provenance |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentAuthorizable
Not all Authorizables are components, however all ComponentAuthorizable's are components.
|
| Modifier and Type | Method and Description |
|---|---|
Authorizable |
Authorizable.getParentAuthorizable()
The parent for this Authorizable.
|
| Modifier and Type | Method and Description |
|---|---|
Authorizable |
ProvenanceAuthorizableFactory.createLocalDataAuthorizable(String componentId)
Generates an Authorizable object for the Data of the component with the given ID.
|
Authorizable |
ProvenanceAuthorizableFactory.createProvenanceDataAuthorizable(String componentId)
Generates an Authorizable object for the Provenance Data of the component with the given ID.
|
Authorizable |
ProvenanceAuthorizableFactory.createRemoteDataAuthorizable(String remoteGroupPortId)
Generates an Authorizable object for the Data of the remote group port with the given ID.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.