org.apache.directory.shared.ldap.aci
Class ItemPermission
java.lang.Object
org.apache.directory.shared.ldap.aci.Permission
org.apache.directory.shared.ldap.aci.ItemPermission
- All Implemented Interfaces:
- java.io.Serializable
- public class ItemPermission
- extends Permission
Represents permissions to be applied to all ProtectedItem
s in
ItemFirstACIItem
.
- Version:
- $Rev: 379008 $, $Date: 2006-02-20 04:35:07 +0100 (Mon, 20 Feb 2006) $
- Author:
- The Apache Directory Project
- See Also:
- Serialized Form
Constructor Summary |
ItemPermission(int precedence,
java.util.Collection grantsAndDenials,
java.util.Collection userClasses)
Creates a new instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ItemPermission
public ItemPermission(int precedence,
java.util.Collection grantsAndDenials,
java.util.Collection userClasses)
- Creates a new instance
- Parameters:
precedence
- the precedence of this permission (-1 to use the
default)grantsAndDenials
- the set of GrantAndDenial
suserClasses
- the collection of UserClass
es
getUserClasses
public java.util.Collection getUserClasses()
- Returns the collection of
UserClass
es.
toString
public java.lang.String toString()
Copyright © 2003-2006 . All Rights Reserved.