public interface URIComparator
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(String uri1,
String uri2)
Compare two URI's (represented as strings) for equivalence.
|
boolean compare(@Nullable String uri1, @Nullable String uri2) throws URIException
uri1 - first URI to compareuri2 - second URI to compareURIException - if the URI's can not be successfully evaluatedCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.