public interface UserAndGroups
| Modifier and Type | Field and Description |
|---|---|
static UserAndGroups |
EMPTY
A static, immutable, empty implementation of the UserAndGroups interface.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Group> |
getGroups()
Retrieves the groups for the user, or null if the user is unknown or has no groups.
|
User |
getUser()
Retrieves the user, or null if the user is unknown
|
static final UserAndGroups EMPTY
User getUser()
Copyright © 2023 Apache NiFi Project. All rights reserved.