Class ArtifactCriterion

    • 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