Package org.opensaml.core.criterion
Class SatisfyAnyCriterion
java.lang.Object
org.opensaml.core.criterion.SatisfyAnyCriterion
- All Implemented Interfaces:
Criterion
A criterion which allows to specify at runtime whether candidates being evaluated
must satisfy all other specified criteria, or may satisfy any criteria.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
satisfyAny
private boolean satisfyAnyThe satisfyAny criterion value.
-
-
Constructor Details
-
SatisfyAnyCriterion
public SatisfyAnyCriterion()Constructor. -
SatisfyAnyCriterion
public SatisfyAnyCriterion(boolean value) Constructor.- Parameters:
value- the satisfyAny flag value
-
-
Method Details