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 Details

    • sourceID

      @Nonnull @NotEmpty private final byte[] sourceID
      The SourceID value.
  • Constructor Details

    • ArtifactSourceIDMetadataIndexKey

      public ArtifactSourceIDMetadataIndexKey(@Nonnull @NotEmpty byte[] newSourceID)
      Constructor.
      Parameters:
      newSourceID - the artifact SourceID value
  • Method Details

    • getSourceID

      @Nonnull @NotEmpty public byte[] getSourceID()
      Get the SourceID value.
      Returns:
      the SourceID value
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object