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