protected static class SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey extends Object implements MetadataIndexKey
MetadataIndexKey
representing a SAML artifact SourceID value.Modifier and Type | Field and Description |
---|---|
private byte[] |
sourceID
The SourceID value.
|
Constructor and Description |
---|
ArtifactSourceIDMetadataIndexKey(byte[] newSourceID)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getSourceID()
Get the SourceID value.
|
int |
hashCode() |
String |
toString() |
@Nonnull @NotEmpty private final byte[] sourceID
public ArtifactSourceIDMetadataIndexKey(@Nonnull @NotEmpty byte[] newSourceID)
newSourceID
- the artifact SourceID value@Nonnull @NotEmpty public byte[] getSourceID()
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.