| Package | Description |
|---|---|
| org.apache.nifi.authorization |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorityProvider.addUser(String identity,
String group)
Add the specified user.
|
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.
|
boolean |
AuthorityProvider.doesDnExist(String identity) |
Set<Authority> |
AuthorityProvider.getAuthorities(String identity)
Get the authorities for the specified user.
|
String |
AuthorityProvider.getGroupForUser(String identity)
Gets the group for the specified user.
|
Set<String> |
AuthorityProvider.getUsers(Authority authority)
Gets the users for the specified authority.
|
void |
AuthorityProvider.revokeGroup(String group)
Revokes all users for a specified group.
|
void |
AuthorityProvider.revokeUser(String identity)
Revokes the specified user.
|
void |
AuthorityProvider.setAuthorities(String identity,
Set<Authority> authorities)
Sets the specified authorities for the specified user.
|
void |
AuthorityProvider.setUsersGroup(Set<String> identity,
String group)
Adds the specified users to the specified group.
|
void |
AuthorityProvider.ungroup(String group)
Ungroups the specified group.
|
void |
AuthorityProvider.ungroupUser(String identity)
Ungroups the specified user.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.