org.acegisecurity.acls.jdbc
Interface LookupStrategy
- All Known Implementing Classes:
- BasicLookupStrategy
public interface LookupStrategy
Performs optimised lookups for JdbcAclService
.
- Version:
- $Id: LookupStrategy.java 1784 2007-02-24 21:00:24Z luke_t $
- Author:
- Ben Alex
readAclsById
Map readAclsById(ObjectIdentity[] objects,
Sid[] sids)
- Perform database-specific optimized lookup.
- Parameters:
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)
- Returns:
- the
Map
pursuant to the interface contract for AclService.readAclsById(ObjectIdentity[], Sid[])
Copyright © 2004-2010 Interface21, Inc. All Rights Reserved.