Class 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 of ExpiringSAMLArtifactMapEntry.
    • Constructor Detail

      • ExpiringSAMLArtifactMapEntryFactory

        public ExpiringSAMLArtifactMapEntryFactory()
    • 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:
        newEntry in interface org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntryFactory