| Package | Description |
|---|---|
| org.apache.nifi.authorization |
| Modifier and Type | Method and Description |
|---|---|
static Authority |
Authority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Authority |
Authority.valueOfAuthority(String rawAuthority) |
static Authority[] |
Authority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<Authority> |
Authority.convertRawAuthorities(Set<String> rawAuthorities) |
Set<Authority> |
AuthorityProvider.getAuthorities(String identity)
Get the authorities for the specified user.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
AuthorityProvider.getUsers(Authority authority)
Gets the users for the specified authority.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
Authority.convertAuthorities(Set<Authority> authorities) |
void |
AuthorityProvider.setAuthorities(String identity,
Set<Authority> authorities)
Sets the specified authorities for the specified user.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.