public interface UsersAndAccessPolicies
| Modifier and Type | Method and Description |
|---|---|
AccessPolicy |
getAccessPolicy(String resourceIdentifier,
RequestAction action)
Retrieves the set of access policies for a given resource and action.
|
Set<Group> |
getGroups(String userIdentity)
Retrieves the groups for a given user identity.
|
User |
getUser(String identity)
Retrieves a user by an identity string.
|
AccessPolicy getAccessPolicy(String resourceIdentifier, RequestAction action)
resourceIdentifier - the resource identifier to retrieve policies foraction - the action to retrieve policies forUser getUser(String identity)
identity - the identity of the user to retrieveCopyright © 2023 Apache NiFi Project. All rights reserved.