Package org.opensaml.saml.criterion
Class ArtifactCriterion
- java.lang.Object
-
- org.opensaml.saml.criterion.ArtifactCriterion
-
- All Implemented Interfaces:
Criterion
public final class ArtifactCriterion extends Object implements Criterion
Criterionrepresenting aSAMLArtifact.
-
-
Field Summary
Fields Modifier and Type Field Description private SAMLArtifactartifactThe SourceID value.
-
Constructor Summary
Constructors Constructor Description ArtifactCriterion(SAMLArtifact newArtifact)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)SAMLArtifactgetArtifact()Get the SAML artifact.inthashCode()StringtoString()
-
-
-
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
-
-