Package org.opensaml.saml.criterion
Class BestMatchLocationCriterion
- java.lang.Object
-
- org.opensaml.saml.criterion.BestMatchLocationCriterion
-
- All Implemented Interfaces:
Criterion
public final class BestMatchLocationCriterion extends Object implements Criterion
Criterionrepresenting a SAML binding location to compare to candidate endpoints such that the best match is the one with the largest number of leading characters in common.- Since:
- 4.2.0
-
-
Constructor Summary
Constructors Constructor Description BestMatchLocationCriterion(String locationUri)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetLocation()Get the binding location URI.inthashCode()StringtoString()
-