public class UserPermission extends Permission
UserClasses in
UserFirstACIItem.| Constructor and Description |
|---|
UserPermission(Integer precedence,
Collection<GrantAndDenial> grantsAndDenials,
Collection<ProtectedItem> protectedItems)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ProtectedItem> |
getProtectedItems()
Gets the collection of
ProtectedItems. |
String |
toString() |
getDenials, getGrants, getGrantsAndDenials, getPrecedencepublic UserPermission(Integer precedence, Collection<GrantAndDenial> grantsAndDenials, Collection<ProtectedItem> protectedItems)
precedence - the precedence of this permission (-1 to use the
default)grantsAndDenials - the set of GrantAndDenialsprotectedItems - the collection of ProtectedItemspublic Collection<ProtectedItem> getProtectedItems()
ProtectedItems.ProtectedItemsCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.