|
||||||||||
| 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 UserClasses 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 ProtectedItems. |
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 GrantAndDenialsprotectedItems - the collection of ProtectedItems| Method Detail |
|---|
public java.util.Collection<ProtectedItem> getProtectedItems()
ProtectedItems.
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 | |||||||||