org.opensaml.common.binding.decoding
Interface URIComparator

All Known Implementing Classes:
BasicURLComparator

public interface URIComparator

Component for testing URI's as to equality.


Method Summary
 boolean compare(String uri1, String uri2)
          Compare two URI's (represented as strings) for equivalence.
 

Method Detail

compare

boolean compare(String uri1,
                String uri2)
Compare two URI's (represented as strings) for equivalence.

Parameters:
uri1 - first URI to compare
uri2 - second URI to compare
Returns:
true if the URI's are equivalent, false otherwise


Copyright © 1999-2013. All Rights Reserved.