|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.aci.Permission
org.apache.directory.shared.ldap.aci.ItemPermission
public class ItemPermission
Represents permissions to be applied to all ProtectedItem
s in
ItemFirstACIItem
.
Constructor Summary | |
---|---|
ItemPermission(int precedence,
java.util.Collection<GrantAndDenial> grantsAndDenials,
java.util.Collection<UserClass> userClasses)
Creates a new instance |
Method Summary | |
---|---|
java.util.Collection<UserClass> |
getUserClasses()
Returns the collection of UserClass es. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.directory.shared.ldap.aci.Permission |
---|
getDenials, getGrants, getGrantsAndDenials, getPrecedence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ItemPermission(int precedence, java.util.Collection<GrantAndDenial> grantsAndDenials, java.util.Collection<UserClass> userClasses)
precedence
- the precedence of this permission (-1 to use the
default)grantsAndDenials
- the set of GrantAndDenial
suserClasses
- the collection of UserClass
esMethod Detail |
---|
public java.util.Collection<UserClass> getUserClasses()
UserClass
es.
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |