Uses of Class
net.shibboleth.utilities.java.support.resolver.ResolverException
-
Packages that use ResolverException Package Description net.shibboleth.utilities.java.support.resolver Interfaces for searching over data. -
-
Uses of ResolverException in net.shibboleth.utilities.java.support.resolver
Methods in net.shibboleth.utilities.java.support.resolver that throw ResolverException Modifier and Type Method Description Predicate<T>CriterionPredicateRegistry. getPredicate(Criterion criterion)Get an instance ofPredicatewhich can evaluate the supplied criterion's requirements against a target of the specified type.static <T,E extends Predicate<T>>
Set<Predicate<T>>ResolverSupport. getPredicates(CriteriaSet criteriaSet, Class<E> predicateCriterionType, CriterionPredicateRegistry<T> registry)Obtain a set ofPredicatebased on aCriteriaSet.Iterable<ProductType>Resolver. resolve(CriteriaType criteria)Process the specified criteria and return the resulting instances of the product type which satisfy the criteria.ProductTypeResolver. resolveSingle(CriteriaType criteria)Process the specified criteria and return a single instance of the product type which satisfies the criteria.
-