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

Type Parameters:
ProductType - the type of objects produced by this resolver
All Superinterfaces:
Resolver<ProductType,Criterion>

public interface CriteriaBasedResolver<ProductType>
extends Resolver<ProductType,Criterion>

A resolver that takes a Criterion and selects data based on upon it. Note because selection is based upon the Criterion received, the resolver must understand the various Criterion implementations which may be passed in.


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



Copyright © 1999-2012. All Rights Reserved.