org.apache.directory.api.ldap.aci
Class ItemPermission
java.lang.Object
org.apache.directory.api.ldap.aci.Permission
org.apache.directory.api.ldap.aci.ItemPermission
public class ItemPermission
- extends Permission
Represents permissions to be applied to all ProtectedItems in
ItemFirstACIItem.
- Author:
- Apache Directory Project
ItemPermission
public ItemPermission(Integer precedence,
Collection<GrantAndDenial> grantsAndDenials,
Collection<UserClass> userClasses)
- Creates a new instance
- Parameters:
precedence - the precedence of this permission (-1 to use the
default)grantsAndDenials - the collection of GrantAndDenialsuserClasses - the collection of UserClasses
getUserClasses
public Collection<UserClass> getUserClasses()
- Gets the collection of
UserClasses.
- Returns:
- the collection of
UserClasses
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.