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:
- Serializable
public class ItemPermission
- extends Permission
Represents permissions to be applied to all ProtectedItem
s in
ItemFirstACIItem
.
- Version:
- $Rev: 434411 $, $Date: 2006-08-24 18:05:06 +0200 (Thu, 24 Aug 2006) $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
ItemPermission
public ItemPermission(int precedence,
Collection grantsAndDenials,
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 Collection getUserClasses()
- Returns the collection of
UserClass
es.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012. All Rights Reserved.