org.acegisecurity.acls.jdbc
Interface LookupStrategy

All Known Implementing Classes:
BasicLookupStrategy

public interface LookupStrategy

Performs optimised lookups for JdbcAclService.

Version:
$Id: LookupStrategy.java 1754 2006-11-17 02:01:21Z benalex $
Author:
Ben Alex

Method Summary
 Map readAclsById(ObjectIdentity[] objects, Sid[] sids)
          Perform database-specific optimized lookup.
 

Method Detail

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-2006 Acegi Technology Pty Limited. All Rights Reserved.