Package org.opensaml.saml.criterion
Class StartsWithLocationCriterion
- java.lang.Object
-
- org.opensaml.saml.criterion.StartsWithLocationCriterion
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanmatchStartsWithThe matchStartsWith criterion value.
-
Constructor Summary
Constructors Constructor Description StartsWithLocationCriterion()Constructor.StartsWithLocationCriterion(boolean value)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)inthashCode()booleanisMatchStartsWith()Get the startswith value.StringtoString()
-
-
-
Field Detail
-
matchStartsWith
private Boolean matchStartsWith
The matchStartsWith criterion value.
-
-