public class ItemPermission extends Permission
ProtectedItem
s in
ItemFirstACIItem
.Constructor and Description |
---|
ItemPermission(int precedence,
Collection<GrantAndDenial> grantsAndDenials,
Collection<UserClass> userClasses)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
Collection<UserClass> |
getUserClasses()
Returns the collection of
UserClass es. |
String |
toString() |
getDenials, getGrants, getGrantsAndDenials, getPrecedence
public ItemPermission(int precedence, Collection<GrantAndDenial> grantsAndDenials, Collection<UserClass> userClasses)
precedence
- the precedence of this permission (-1 to use the
default)grantsAndDenials
- the set of GrantAndDenial
suserClasses
- the collection of UserClass
esCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.