public interface LookupStrategy
AclService
.Modifier and Type | Method and Description |
---|---|
java.util.Map<ObjectIdentity,Acl> |
readAclsById(java.util.List<ObjectIdentity> objects,
java.util.List<Sid> sids)
Perform database-specific optimized lookup.
|
java.util.Map<ObjectIdentity,Acl> readAclsById(java.util.List<ObjectIdentity> objects, java.util.List<Sid> sids)
objects
- the identities to lookup (required)sids
- the SIDs for which identities are required (may be null -
implementations may elect not to provide SID optimisations)ObjectIdentity
of the
located Acl
and values are the located Acl
(never null
although some entries may be missing; this method should not throw
NotFoundException
, as a chain of LookupStrategy
s may be used to
automatically create entries if required)