Uses of Interface
net.shibboleth.shared.resolver.Criterion
Packages that use Criterion
Package
Description
Interfaces for searching over data.
Classes supporting testing of other classes.
-
Uses of Criterion in net.shibboleth.shared.resolver
Classes in net.shibboleth.shared.resolver that implement CriterionModifier and TypeClassDescriptionclassACriterionbased on class type.classThis class holds instances ofCriterionwhich are used in resolution or evaluation operations.Fields in net.shibboleth.shared.resolver with type parameters of type CriterionModifier and TypeFieldDescriptionCriterionPredicateRegistry.registryStorage for the registry mappings.Methods in net.shibboleth.shared.resolver with parameters of type CriterionModifier and TypeMethodDescriptionCriterionPredicateRegistry.getPredicate(Criterion criterion) Get an instance ofPredicatewhich can evaluate the supplied criterion's requirements against a target of the specified type.Method parameters in net.shibboleth.shared.resolver with type arguments of type CriterionModifier and TypeMethodDescriptionvoidCriterionPredicateRegistry.deregister(Class<? extends Criterion> criterionClass) Deregister a criterion-evaluator mapping.Lookup the predicate class type which is registered for the specified Criterion class.voidCriterionPredicateRegistry.register(Class<? extends Criterion> criterionClass, Class<? extends Predicate<T>> predicateClass) Register aPredicateclass for a criterion class.Constructors in net.shibboleth.shared.resolver with parameters of type CriterionModifierConstructorDescriptionCriteriaSet(Criterion... criteria) A convenience constructor for constructing and adding criteria. -
Uses of Criterion in net.shibboleth.shared.testing
Classes in net.shibboleth.shared.testing that implement CriterionModifier and TypeClassDescriptionclassA mockCriterionto cause a resolver to raise an exception.