org.acegisecurity.acls.jdbc
public interface LookupStrategy
JdbcAclService
.Modifier and Type | Method and Description |
---|---|
java.util.Map |
readAclsById(ObjectIdentity[] objects,
Sid[] sids)
Perform database-specific optimized lookup.
|
java.util.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 © 2004-2014 Interface21, Inc. All Rights Reserved.