JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
net.shibboleth.shared.net.URIComparator
Packages that use
URIComparator
Package
Description
net.shibboleth.shared.net.impl
Implementation classes for working with HTTP URLs and the protocol.
Uses of
URIComparator
in
net.shibboleth.shared.net.impl
Classes in
net.shibboleth.shared.net.impl
that implement
URIComparator
Modifier and Type
Class
Description
class
BasicURLComparator
A basic implementation of
URIComparator
that compares URL's by canonicalizing them as per
SimpleURLCanonicalizer
, and then compares the resulting string representations for equality using
Object.equals(java.lang.Object)
.