org.apache.directory.shared.ldap.aci
Class UserPermission
java.lang.Object
org.apache.directory.shared.ldap.aci.Permission
org.apache.directory.shared.ldap.aci.UserPermission
- All Implemented Interfaces:
- java.io.Serializable
- public class UserPermission
- extends Permission
Represents permissions to be applied to all UserClass
es in
UserFirstACIItem
.
- Version:
- $Rev: 434411 $, $Date: 2006-08-24 18:05:06 +0200 (Thu, 24 Aug 2006) $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
Constructor Summary |
UserPermission(int precedence,
java.util.Collection grantsAndDenials,
java.util.Collection protectedItems)
Creates a new instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UserPermission
public UserPermission(int precedence,
java.util.Collection grantsAndDenials,
java.util.Collection protectedItems)
- Creates a new instance
- Parameters:
precedence
- the precedence of this permission (-1 to use the
default)grantsAndDenials
- the set of GrantAndDenial
sprotectedItems
- the collection of ProtectedItem
s
getProtectedItems
public java.util.Collection getProtectedItems()
- Returns the collection of
ProtectedItem
s.
toString
public java.lang.String toString()
Copyright © 2004-2007 null. All Rights Reserved.