Package org.opensaml.core.criterion
Class SatisfyAnyCriterion
- java.lang.Object
-
- org.opensaml.core.criterion.SatisfyAnyCriterion
-
-
Field Summary
Fields Modifier and Type Field Description private BooleansatisfyAnyThe satisfyAny criterion value.
-
Constructor Summary
Constructors Constructor Description SatisfyAnyCriterion()Constructor.SatisfyAnyCriterion(boolean value)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)inthashCode()booleanisSatisfyAny()Get the satisfyAny value.StringtoString()
-
-
-
Field Detail
-
satisfyAny
private Boolean satisfyAny
The satisfyAny criterion value.
-
-