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