Uses of Class
net.shibboleth.utilities.java.support.resolver.ResolverException
Packages that use ResolverException
Package
Description
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 ResolverExceptionModifier and TypeMethodDescriptionCriterionPredicateRegistry.getPredicate(Criterion criterion) Get an instance ofPredicatewhich can evaluate the supplied criterion's requirements against a target of the specified type.ResolverSupport.getPredicates(CriteriaSet criteriaSet, Class<E> predicateCriterionType, CriterionPredicateRegistry<T> registry) Obtain a set ofPredicatebased on aCriteriaSet.Resolver.resolve(CriteriaType criteria) Process the specified criteria and return the resulting instances of the product type which satisfy the criteria.Resolver.resolveSingle(CriteriaType criteria) Process the specified criteria and return a single instance of the product type which satisfies the criteria.