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

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

Method Detail

readAclsById

java.util.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-2011 Interface21, Inc. All Rights Reserved.