Class SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey

    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object