public static class StandardPublicPort.StandardPortAuthorizationResult extends Object implements PortAuthorizationResult
| Modifier and Type | Field and Description |
|---|---|
private String |
explanation |
private boolean |
isAuthorized |
| Constructor and Description |
|---|
StandardPortAuthorizationResult(boolean isAuthorized,
String explanation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExplanation() |
boolean |
isAuthorized() |
private final boolean isAuthorized
private final String explanation
public StandardPortAuthorizationResult(boolean isAuthorized,
String explanation)
public boolean isAuthorized()
isAuthorized in interface PortAuthorizationResultpublic String getExplanation()
getExplanation in interface PortAuthorizationResultCopyright © 2023 Apache NiFi Project. All rights reserved.