Uses of Class
net.shibboleth.shared.resolver.ResolverException
Packages that use ResolverException
Package
Description
Interfaces for searching over data.
Classes supporting testing of other classes.
-
Uses of ResolverException in net.shibboleth.shared.resolver
Methods in net.shibboleth.shared.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. -
Uses of ResolverException in net.shibboleth.shared.testing
Fields in net.shibboleth.shared.testing declared as ResolverExceptionModifier and TypeFieldDescription(package private) final ResolverExceptionMockExceptionCriterion.exceptionMethods in net.shibboleth.shared.testing that return ResolverExceptionModifier and TypeMethodDescriptionMockExceptionCriterion.getException()Gets the exception to raise.Methods in net.shibboleth.shared.testing that throw ResolverExceptionModifier and TypeMethodDescriptionMockResolver.resolve(CriteriaSet criteria) Process the specified criteria and return the resulting instances of the product type which satisfy the criteria.MockResolver.resolveSingle(CriteriaSet criteria) Process the specified criteria and return a single instance of the product type which satisfies the criteria.Constructors in net.shibboleth.shared.testing with parameters of type ResolverException