Class SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
- java.lang.Object
-
- org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
-
- All Implemented Interfaces:
org.opensaml.saml.metadata.resolver.index.MetadataIndexKey
- Enclosing class:
- SAMLArtifactMetadataIndex
protected static class SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey extends Object implements org.opensaml.saml.metadata.resolver.index.MetadataIndexKey
An implementation ofMetadataIndexKeyrepresenting a SAML artifact SourceID value.
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]sourceIDThe SourceID value.
-
Constructor Summary
Constructors Constructor Description ArtifactSourceIDMetadataIndexKey(byte[] newSourceID)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)byte[]getSourceID()Get the SourceID value.inthashCode()StringtoString()
-