| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.resolver |
Interfaces for searching over data.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Predicate<T> |
CriterionPredicateRegistry.getPredicate(Criterion criterion)
Get an instance of
Predicate which can evaluate the supplied criterion's
requirements against a target of the specified type. |
static <T,E extends com.google.common.base.Predicate<T>> |
ResolverSupport.getPredicates(CriteriaSet criteriaSet,
Class<E> predicateCriterionType,
CriterionPredicateRegistry<T> registry)
Obtain a set of
Predicate based on a CriteriaSet. |
Iterable<ProductType> |
Resolver.resolve(CriteriaType criteria)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
ProductType |
Resolver.resolveSingle(CriteriaType criteria)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.