| Package | Description |
|---|---|
| org.apache.nifi.authorization |
| Modifier and Type | Field and Description |
|---|---|
private AuthorizationResult.Result |
AuthorizationResult.result |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationResult.Result |
AuthorizationResult.getResult() |
static AuthorizationResult.Result |
AuthorizationResult.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationResult.Result[] |
AuthorizationResult.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AuthorizationResult(AuthorizationResult.Result result,
String explanation)
Creates a new AuthorizationResult with the specified result and explanation.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.