public interface NiFiUser
| Modifier and Type | Method and Description |
|---|---|
NiFiUser |
getChain() |
String |
getClientAddress() |
String |
getIdentity() |
boolean |
isAnonymous() |
String getIdentity()
NiFiUser getChain()
null if no more users exist in the chain.boolean isAnonymous()
true if the user is the unauthenticated Anonymous userString getClientAddress()
Copyright © 2016 Apache NiFi Project. All rights reserved.