| Package | Description |
|---|---|
| org.apache.nifi.authorization |
| Modifier and Type | Method and Description |
|---|---|
User |
AbstractPolicyBasedAuthorizer.addUser(User user)
Adds the given user.
|
User |
User.Builder.build() |
abstract User |
AbstractPolicyBasedAuthorizer.deleteUser(User user)
Deletes the given user.
|
abstract User |
AbstractPolicyBasedAuthorizer.doAddUser(User user)
Adds the given user.
|
abstract User |
AbstractPolicyBasedAuthorizer.doUpdateUser(User user)
The user represented by the provided instance will be updated based on the provided instance.
|
User |
UsersAndAccessPolicies.getUser(String identity)
Retrieves a user by an identity string.
|
abstract User |
AbstractPolicyBasedAuthorizer.getUser(String identifier)
Retrieves the user with the given identifier.
|
abstract User |
AbstractPolicyBasedAuthorizer.getUserByIdentity(String identity)
Retrieves the user with the given identity.
|
private User |
AbstractPolicyBasedAuthorizer.parseUser(Element element) |
User |
AbstractPolicyBasedAuthorizer.updateUser(User user)
The user represented by the provided instance will be updated based on the provided instance.
|
| Modifier and Type | Method and Description |
|---|---|
private List<User> |
AbstractPolicyBasedAuthorizer.getSortedUsers() |
abstract Set<User> |
AbstractPolicyBasedAuthorizer.getUsers()
Retrieves all users.
|
| Modifier and Type | Method and Description |
|---|---|
User |
AbstractPolicyBasedAuthorizer.addUser(User user)
Adds the given user.
|
abstract User |
AbstractPolicyBasedAuthorizer.deleteUser(User user)
Deletes the given user.
|
abstract User |
AbstractPolicyBasedAuthorizer.doAddUser(User user)
Adds the given user.
|
abstract User |
AbstractPolicyBasedAuthorizer.doUpdateUser(User user)
The user represented by the provided instance will be updated based on the provided instance.
|
User |
AbstractPolicyBasedAuthorizer.updateUser(User user)
The user represented by the provided instance will be updated based on the provided instance.
|
private void |
AbstractPolicyBasedAuthorizer.writeUser(XMLStreamWriter writer,
User user) |
| Constructor and Description |
|---|
Builder(User other)
Initializes the builder with the state of the provided user.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.