| Package | Description |
|---|---|
| org.apache.nifi.authorization |
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
Group.Builder.addUser(String user)
Adds the given user to the builder's set of users.
|
Group.Builder |
Group.Builder.addUsers(Set<String> users)
Adds all users from the provided set to the builder's set of users.
|
Group.Builder |
Group.Builder.clearUsers()
Clears the builder's set of users so that users is non-null with size 0.
|
Group.Builder |
Group.Builder.identifier(String identifier)
Sets the identifier of the builder.
|
Group.Builder |
Group.Builder.identifierGenerateFromSeed(String seed)
Sets the identifier of the builder with a UUID generated from the specified seed string.
|
Group.Builder |
Group.Builder.identifierGenerateRandom()
Sets the identifier of the builder to a random UUID.
|
Group.Builder |
Group.Builder.name(String name)
Sets the name of the builder.
|
Group.Builder |
Group.Builder.removeUser(String user)
Removes the given user from the builder's set of users.
|
Group.Builder |
Group.Builder.removeUsers(Set<String> users)
Removes all users from the provided set from the builder's set of users.
|
| Constructor and Description |
|---|
Group(Group.Builder builder) |
Copyright © 2023 Apache NiFi Project. All rights reserved.