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 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()
-
-
-
Field Detail
-
sourceID
@Nonnull @NotEmpty private final byte[] sourceID
The SourceID value.
-
-
Constructor Detail
-
ArtifactSourceIDMetadataIndexKey
public ArtifactSourceIDMetadataIndexKey(@Nonnull @NotEmpty byte[] newSourceID)
Constructor.- Parameters:
newSourceID- the artifact SourceID value
-
-
Method Detail
-
getSourceID
@Nonnull @NotEmpty public byte[] getSourceID()
Get the SourceID value.- Returns:
- the SourceID value
-
-