Given a Collection of domain object instances returned from a secure object invocation, remove
any Collection elements the principal does not have appropriate permission to access as defined by the
AclService .
The AclService is used to retrieve the access control list (ACL) permissions associated with
each Collection domain object instance element for the current Authentication object.
Given a domain object instance returned from a secure object invocation, ensures the principal has
appropriate permission as defined by the
AclService .
The AclService is used to retrieve the access control list (ACL) permissions associated with a
domain object instance for the current Authentication object.
Given a Collection of domain object instances returned from a secure object invocation, remove
any Collection elements the principal does not have appropriate permission to access as defined by the
AclManager .
The AclManager is used to retrieve the access control list (ACL) permissions associated with
each Collection domain object instance element for the current Authentication object.
This class is designed to process
AclEntry s that are subclasses of
org.acegisecurity.acl.basic.BasicAclEntry only.
Given a domain object instance returned from a secure object invocation, ensures the principal has
appropriate permission as defined by the
AclManager .
The AclManager is used to retrieve the access control list (ACL) permissions associated with a
domain object instance for the current Authentication object.