| Package | Description |
|---|---|
| org.apache.nifi.authorization |
| Modifier and Type | Field and Description |
|---|---|
private static DownloadAuthorization |
DownloadAuthorization.APPROVED |
| Modifier and Type | Method and Description |
|---|---|
static DownloadAuthorization |
DownloadAuthorization.approved() |
DownloadAuthorization |
AuthorityProvider.authorizeDownload(List<String> proxyChain,
Map<String,String> attributes)
Determines whether the user in the specified dnChain should be able to
download the content for the flowfile with the specified attributes.
|
static DownloadAuthorization |
DownloadAuthorization.denied(String explanation)
Creates a new denied DownloadAuthorization with the specified
explanation.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.