|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.aci.Permission
public abstract class Permission
An abstract base class for ItemPermission and UserPermission.
| Constructor Summary | |
|---|---|
protected |
Permission(Integer precedence,
Collection<GrantAndDenial> grantsAndDenials)
Creates a new instance |
| Method Summary | |
|---|---|
Set<GrantAndDenial> |
getDenials()
Gets the set of denials only. |
Set<GrantAndDenial> |
getGrants()
Gets the set of grants only. |
Set<GrantAndDenial> |
getGrantsAndDenials()
Gets the set of GrantAndDenials. |
Integer |
getPrecedence()
Gets 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(Integer precedence,
Collection<GrantAndDenial> grantsAndDenials)
precedence - the precedence of this permission (-1 to use the
default)grantsAndDenials - the set of GrantAndDenials| Method Detail |
|---|
public Integer getPrecedence()
public Set<GrantAndDenial> getGrantsAndDenials()
GrantAndDenials.
public Set<GrantAndDenial> getGrants()
public Set<GrantAndDenial> getDenials()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||