Class CasSamlArtifactMap

  • All Implemented Interfaces:
    net.shibboleth.utilities.java.support.component.Component, net.shibboleth.utilities.java.support.component.DestructableComponent, net.shibboleth.utilities.java.support.component.InitializableComponent, org.opensaml.saml.common.binding.artifact.SAMLArtifactMap

    public class CasSamlArtifactMap
    extends org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
    Since:
    5.2.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap

        org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap.Cleanup
      • Nested classes/interfaces inherited from interface org.opensaml.saml.common.binding.artifact.SAMLArtifactMap

        org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry, org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntryFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void put​(java.lang.String artifact, java.lang.String relyingPartyId, java.lang.String issuerId, org.opensaml.saml.common.SAMLObject samlMessage)  
      • Methods inherited from class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap

        contains, doDestroy, doInitialize, get, getArtifactLifetime, getEntryFactory, remove, setArtifactLifetime, setCleanupInterval, setEntryFactory
      • Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent

        destroy, initialize, isDestroyed, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasSamlArtifactMap

        public CasSamlArtifactMap()
    • Method Detail

      • put

        public void put​(java.lang.String artifact,
                        java.lang.String relyingPartyId,
                        java.lang.String issuerId,
                        org.opensaml.saml.common.SAMLObject samlMessage)
                 throws java.io.IOException
        Specified by:
        put in interface org.opensaml.saml.common.binding.artifact.SAMLArtifactMap
        Overrides:
        put in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
        Throws:
        java.io.IOException