Package org.opensaml.saml.criterion
Class StartsWithLocationCriterion
java.lang.Object
org.opensaml.saml.criterion.StartsWithLocationCriterion
- All Implemented Interfaces:
Criterion
A criterion which allows to specify at runtime whether location paths being evaluated
may be evaluated on the basis of a "starts with" match.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanThe matchStartsWith criterion value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
matchStartsWith
private boolean matchStartsWithThe matchStartsWith criterion value.
-
-
Constructor Details
-
StartsWithLocationCriterion
public StartsWithLocationCriterion()Constructor. -
StartsWithLocationCriterion
public StartsWithLocationCriterion(boolean value) Constructor.- Parameters:
value- the matchStartsWith flag value
-
-
Method Details