protected static class SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey extends Object implements MetadataIndexKey
MetadataIndexKey
representing a SAML artifact source location value.Modifier and Type | Field and Description |
---|---|
private String |
canonicalizedLocation
The location.
|
private boolean |
isCanonicalizedLowerCase
Flag indicating whether canonicalized location is the simple lower case fallback strategy.
|
private String |
location
The location.
|
private org.slf4j.Logger |
log
Logger.
|
Constructor and Description |
---|
ArtifactSourceLocationMetadataIndexKey(String sourceLocation)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCanonicalizedLocation()
Get the canonicalized representation of the location, primarily for use in
hashCode() and equals(Object) . |
String |
getLocation()
Gets the location.
|
int |
hashCode() |
String |
toString() |
private org.slf4j.Logger log
private boolean isCanonicalizedLowerCase
@Nonnull public String getCanonicalizedLocation()
hashCode()
and equals(Object)
.Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.