Class SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
java.lang.Object
org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
- All Implemented Interfaces:
MetadataIndexKey
- Enclosing class:
- SAMLArtifactMetadataIndex
protected static class SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey extends Object implements MetadataIndexKey
An implementation of
MetadataIndexKey
representing a SAML artifact SourceID value.-
Field Summary
Fields Modifier and Type Field Description private byte[]
sourceID
The SourceID value. -
Constructor Summary
Constructors Constructor Description ArtifactSourceIDMetadataIndexKey(byte[] newSourceID)
Constructor. -
Method Summary
-
Field Details
-
sourceID
The SourceID value.
-
-
Constructor Details
-
ArtifactSourceIDMetadataIndexKey
Constructor.- Parameters:
newSourceID
- the artifact SourceID value
-
-
Method Details