| Package | Description |
|---|---|
| org.apache.nifi.authorization |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.identifier(String identifier)
Sets the identifier of the builder.
|
User.Builder |
User.Builder.identifierGenerateFromSeed(String seed)
Sets the identifier of the builder with a UUID generated from the specified seed string.
|
User.Builder |
User.Builder.identifierGenerateRandom()
Sets the identifier of the builder to a random UUID.
|
User.Builder |
User.Builder.identity(String identity)
Sets the identity of the builder.
|
| Constructor and Description |
|---|
User(User.Builder builder) |
Copyright © 2023 Apache NiFi Project. All rights reserved.