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