Represents a data access object that can return the
BasicAclEntry s
applying to a given ACL object identity.
BasicAclDao implementations are responsible for interpreting a
given
AclObjectIdentity and being able to lookup and return the
corresponding
BasicAclEntry []s.
BasicAclDao s many, but are not required to, allow the backend
ACL repository to specify the class of BasicAclEntry
implementations that should be returned.
author: Ben Alex version: $Id: BasicAclDao.java 1784 2007-02-24 21:00:24Z luke_t $ |