Class SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
java.lang.Object
org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
- All Implemented Interfaces:
MetadataIndexKey
- Enclosing class:
- SAMLArtifactMetadataIndex
protected static class SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
extends Object
implements MetadataIndexKey
An implementation of
MetadataIndexKey
representing a SAML artifact source location value.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the canonicalized representation of the location, primarily for use inhashCode()
andequals(Object)
.Gets the location.int
hashCode()
toString()
-
Field Details
-
log
private org.slf4j.Logger logLogger. -
location
The location. -
canonicalizedLocation
The location. -
isCanonicalizedLowerCase
private boolean isCanonicalizedLowerCaseFlag indicating whether canonicalized location is the simple lower case fallback strategy.
-
-
Constructor Details
-
ArtifactSourceLocationMetadataIndexKey
Constructor.- Parameters:
sourceLocation
- the source location
-
-
Method Details
-
getLocation
Gets the location.- Returns:
- the location
-
getCanonicalizedLocation
Get the canonicalized representation of the location, primarily for use inhashCode()
andequals(Object)
.- Returns:
- the canonicalized source location
-
toString
-
hashCode
public int hashCode() -
equals
-