Class ExpiringSAMLArtifactMapEntryFactory
java.lang.Object
org.opensaml.saml.common.binding.artifact.impl.ExpiringSAMLArtifactMapEntryFactory
- All Implemented Interfaces:
SAMLArtifactMap.SAMLArtifactMapEntryFactory
public class ExpiringSAMLArtifactMapEntryFactory
extends Object
implements SAMLArtifactMap.SAMLArtifactMapEntryFactory
A factory for instances of
ExpiringSAMLArtifactMapEntry.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage) Factory method which produces aSAMLArtifactMap.SAMLArtifactMapEntry.
-
Constructor Details
-
ExpiringSAMLArtifactMapEntryFactory
public ExpiringSAMLArtifactMapEntryFactory()
-
-
Method Details
-
newEntry
@Nonnull public SAMLArtifactMap.SAMLArtifactMapEntry newEntry(@Nonnull @NotEmpty String artifact, @Nonnull @NotEmpty String issuerId, @Nonnull @NotEmpty String relyingPartyId, @Nonnull SAMLObject samlMessage) Factory method which produces aSAMLArtifactMap.SAMLArtifactMapEntry.- Specified by:
newEntryin interfaceSAMLArtifactMap.SAMLArtifactMapEntryFactory- Parameters:
artifact- the artifactissuerId- ID of the issuer of the artifactrelyingPartyId- ID of the party the artifact was sent tosamlMessage- the SAML message- Returns:
- the new map entry instance
-