| Package | Description |
|---|---|
| org.apache.nifi.authorization |
| Modifier and Type | Field and Description |
|---|---|
(package private) List<User> |
AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups.users |
| Modifier and Type | Method and Description |
|---|---|
User |
ConfigurableUserGroupProvider.addUser(User user)
Adds the given user.
|
User |
AbstractPolicyBasedAuthorizer.addUser(User user)
Adds the given user.
|
User |
User.Builder.build() |
User |
ConfigurableUserGroupProvider.deleteUser(User user)
Deletes 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 |
UserAndGroups.getUser()
Retrieves the user, or null if the user is unknown
|
User |
UsersAndAccessPolicies.getUser(String identity)
Retrieves a user by an identity string.
|
User |
UserGroupProvider.getUser(String identifier)
Retrieves the user with the given identifier.
|
abstract User |
AbstractPolicyBasedAuthorizer.getUser(String identifier)
Retrieves the user with the given identifier.
|
User |
UserGroupProvider.getUserByIdentity(String identity)
Retrieves the user with the given identity.
|
abstract User |
AbstractPolicyBasedAuthorizer.getUserByIdentity(String identity)
Retrieves the user with the given identity.
|
private User |
AbstractPolicyBasedAuthorizer.parseUser(Element element) |
User |
ConfigurableUserGroupProvider.updateUser(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.
|
| Modifier and Type | Method and Description |
|---|---|
private List<User> |
AbstractPolicyBasedAuthorizer.getSortedUsers() |
Set<User> |
UserGroupProvider.getUsers()
Retrieves all users.
|
abstract Set<User> |
AbstractPolicyBasedAuthorizer.getUsers()
Retrieves all users.
|
List<User> |
AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
User |
ConfigurableUserGroupProvider.addUser(User user)
Adds the given user.
|
User |
AbstractPolicyBasedAuthorizer.addUser(User user)
Adds the given user.
|
User |
ConfigurableUserGroupProvider.deleteUser(User user)
Deletes 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.
|
default boolean |
ConfigurableUserGroupProvider.isConfigurable(User user)
Determines whether the specified user is configurable.
|
User |
ConfigurableUserGroupProvider.updateUser(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.
|
| Constructor and Description |
|---|
PoliciesUsersAndGroups(List<AccessPolicy> accessPolicies,
List<User> users,
List<Group> groups) |
Copyright © 2023 Apache NiFi Project. All rights reserved.