|
|||||||||||
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
An abstract base class for ItemPermission
and UserPermission
.
Constructor Summary | |
protected |
Permission(int precedence,
java.util.Collection grantsAndDenials)
Creates a new instance |
Method Summary | |
java.util.Set |
getDenials()
Returns the set of denials only. |
java.util.Set |
getGrants()
Returns the set of grants only. |
java.util.Set |
getGrantsAndDenials()
Returns the set of GrantAndDenial s. |
int |
getPrecedence()
Returns the precedence of this permission. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected Permission(int precedence, java.util.Collection grantsAndDenials)
precedence
- the precedence of this permission (-1 to use the
default)grantsAndDenials
- the set of GrantAndDenial
sMethod Detail |
public int getPrecedence()
public java.util.Set getGrantsAndDenials()
GrantAndDenial
s.
public java.util.Set getGrants()
public java.util.Set getDenials()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |