public interface LookupStrategy
JdbcAclService.| Modifier and Type | Method and Description |
|---|---|
Map |
readAclsById(ObjectIdentity[] objects,
Sid[] sids)
Perform database-specific optimized lookup.
|
Map readAclsById(ObjectIdentity[] objects, 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)Map pursuant to the interface contract for AclService.readAclsById(ObjectIdentity[], Sid[])Copyright © 2016. All rights reserved.