public interface UsersAndAccessPolicies
Modifier and Type | Method and Description |
---|---|
AccessPolicy |
getAccessPolicy(java.lang.String resourceIdentifier,
RequestAction action)
Retrieves the set of access policies for a given resource and action.
|
java.util.Set<Group> |
getGroups(java.lang.String userIdentity)
Retrieves the groups for a given user identity.
|
User |
getUser(java.lang.String identity)
Retrieves a user by an identity string.
|
AccessPolicy getAccessPolicy(java.lang.String resourceIdentifier, RequestAction action)
resourceIdentifier
- the resource identifier to retrieve policies foraction
- the action to retrieve policies forUser getUser(java.lang.String identity)
identity
- the identity of the user to retrievejava.util.Set<Group> getGroups(java.lang.String userIdentity)
userIdentity
- a user identity