|
||||||||||
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.UserPermission
public class UserPermission
Represents permissions to be applied to all UserClass
es in
UserFirstACIItem
.
Constructor Summary | |
---|---|
UserPermission(int precedence,
java.util.Collection<GrantAndDenial> grantsAndDenials,
java.util.Collection<ProtectedItem> protectedItems)
Creates a new instance |
Method Summary | |
---|---|
java.util.Collection<ProtectedItem> |
getProtectedItems()
Returns the collection of ProtectedItem s. |
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 UserPermission(int precedence, java.util.Collection<GrantAndDenial> grantsAndDenials, java.util.Collection<ProtectedItem> protectedItems)
precedence
- the precedence of this permission (-1 to use the
default)grantsAndDenials
- the set of GrantAndDenial
sprotectedItems
- the collection of ProtectedItem
sMethod Detail |
---|
public java.util.Collection<ProtectedItem> getProtectedItems()
ProtectedItem
s.
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 |