Class ExpiringSAMLArtifactMapEntryFactory
- java.lang.Object
-
- org.opensaml.saml.common.binding.artifact.impl.ExpiringSAMLArtifactMapEntryFactory
-
- All Implemented Interfaces:
org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntryFactory
public class ExpiringSAMLArtifactMapEntryFactory extends Object implements org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntryFactory
A factory for instances ofExpiringSAMLArtifactMapEntry.
-
-
Constructor Summary
Constructors Constructor Description ExpiringSAMLArtifactMapEntryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntrynewEntry(String artifact, String issuerId, String relyingPartyId, org.opensaml.saml.common.SAMLObject samlMessage)
-
-
-
Method Detail
-
newEntry
@Nonnull public org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry newEntry(@Nonnull @NotEmpty String artifact, @Nonnull @NotEmpty String issuerId, @Nonnull @NotEmpty String relyingPartyId, @Nonnull org.opensaml.saml.common.SAMLObject samlMessage)- Specified by:
newEntryin interfaceorg.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntryFactory
-
-