Package | Description |
---|---|
org.opensaml.common.binding.decoding |
Classes used to decode SAML messages.
|
Modifier and Type | Class and 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 String equals(). |
Modifier and Type | Method and Description |
---|---|
URIComparator |
BaseSAMLMessageDecoder.getURIComparator()
Get the
URIComparator to use in BaseSAMLMessageDecoder.compareEndpointURIs(String, String) . |
Modifier and Type | Method and Description |
---|---|
void |
BaseSAMLMessageDecoder.setURIComparator(URIComparator comparator)
Set the
URIComparator to use in BaseSAMLMessageDecoder.compareEndpointURIs(String, String) . |
Copyright © 1999-2013. All Rights Reserved.