public interface Policy
AclContext
with corresponding usernames and/or groups
associated with the each Acl.
The policy is a reference to a phycial policy stored on persistantly.Modifier and Type | Method and Description |
---|---|
AclContext |
getContext()
Return the
AclContext for this policy representation. |
EnvironmentalContext |
getEnvironment() |
java.util.Set<java.util.regex.Pattern> |
getGroupPatterns() |
java.util.Set<java.lang.String> |
getGroups()
Return a list of group objects associated with this policy.
|
java.util.Set<java.util.regex.Pattern> |
getUsernamePatterns() |
java.util.Set<java.lang.String> |
getUsernames()
Return a list of usernames as strings associated with this policy.
|
AclContext getContext()
AclContext
for this policy representation.java.util.Set<java.lang.String> getUsernames()
java.util.Set<java.util.regex.Pattern> getUsernamePatterns()
java.util.Set<java.lang.String> getGroups()
java.util.Set<java.util.regex.Pattern> getGroupPatterns()
EnvironmentalContext getEnvironment()