| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.resolver |
Interfaces for searching over data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CriteriaSet
This class holds instances of
Criterion which are used in resolution or evaluation operations. |
| Modifier and Type | Field and Description |
|---|---|
private Map<Class<? extends Criterion>,Class<? extends com.google.common.base.Predicate<T>>> |
CriterionPredicateRegistry.registry
Storage for the registry mappings.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
CriterionPredicateRegistry.deregister(Class<? extends Criterion> criterionClass)
Deregister a criterion-evaluator mapping.
|
protected Class<? extends com.google.common.base.Predicate<T>> |
CriterionPredicateRegistry.lookup(Class<? extends Criterion> clazz)
Lookup the predicate class type which is registered for the specified Criterion class.
|
void |
CriterionPredicateRegistry.register(Class<? extends Criterion> criterionClass,
Class<? extends com.google.common.base.Predicate<T>> predicateClass)
Register a
Predicate class for a criterion class. |
| Constructor and Description |
|---|
CriteriaSet(Criterion... criteria)
A convenience constructor for constructing and adding criteria.
|
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.