net.shibboleth.utilities.java.support.resolver
Interface PredicateBasedResolver<ProductType>

Type Parameters:
ProductType - the type of objects produced by this resolver
All Superinterfaces:
Resolver<ProductType,com.google.common.base.Predicate>

public interface PredicateBasedResolver<ProductType>
extends Resolver<ProductType,com.google.common.base.Predicate>

A resolver that searches over a collection of data and selects items based on a given Predicate. Note because selection is done using a Predicate, the structure of the data within the resolver must be known to the Predicate implementation.


Method Summary
 
Methods inherited from interface net.shibboleth.utilities.java.support.resolver.Resolver
resolve, resolveSingle
 



Copyright © 1999-2012. All Rights Reserved.