Package net.shibboleth.utilities.java.support.resolver

Interfaces for searching over data.

See:
          Description

Interface Summary
CriteriaBasedResolver<ProductType> A resolver that takes a Criterion and selects data based on upon it.
Criterion A generic marker interface for representing criteria used in resolution or evaluation operations.
PredicateBasedResolver<ProductType> A resolver that searches over a collection of data and selects items based on a given Predicate.
Resolver<ProductType,CriteriaType> Generic interface for resolvers which process specified criteria and produce some implementation-specific result information.
 

Class Summary
CriteriaSet This class holds instances of Criterion which are used in resolution or evaluation operations.
 

Exception Summary
ResolverException Base exception for resolver related errors.
 

Package net.shibboleth.utilities.java.support.resolver Description

Interfaces for searching over data.



Copyright © 1999-2012. All Rights Reserved.