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