public class ItemPermission extends Permission
ProtectedItems in
ItemFirstACIItem.| Constructor and Description |
|---|
ItemPermission(Integer precedence,
Collection<GrantAndDenial> grantsAndDenials,
Collection<UserClass> userClasses)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Collection<UserClass> |
getUserClasses()
Gets the collection of
UserClasses. |
String |
toString() |
getDenials, getGrants, getGrantsAndDenials, getPrecedencepublic ItemPermission(Integer precedence, Collection<GrantAndDenial> grantsAndDenials, Collection<UserClass> userClasses)
precedence - the precedence of this permission (-1 to use the
default)grantsAndDenials - the collection of GrantAndDenialsuserClasses - the collection of UserClassesCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.