Class ArtifactCriterion

  • All Implemented Interfaces:
    net.shibboleth.utilities.java.support.resolver.Criterion

    public final class ArtifactCriterion
    extends Object
    implements net.shibboleth.utilities.java.support.resolver.Criterion
    Criterion representing a SAMLArtifact.
    • Field Detail

      • artifact

        @Nonnull
        private final SAMLArtifact artifact
        The SourceID value.
    • Constructor Detail

      • ArtifactCriterion

        public ArtifactCriterion​(@Nonnull
                                 SAMLArtifact newArtifact)
        Constructor.
        Parameters:
        newArtifact - the artifact value
    • Method Detail

      • getArtifact

        @Nonnull
        public SAMLArtifact getArtifact()
        Get the SAML artifact.
        Returns:
        the SAML artifact
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object