Class CasSamlArtifactMap
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
-
- org.apereo.cas.support.saml.web.idp.profile.artifact.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.BasicSAMLArtifactMapThis isCasSamlArtifactMap.- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description CasSamlArtifactMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidput(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
-
-
-
-
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:
putin interfaceorg.opensaml.saml.common.binding.artifact.SAMLArtifactMap- Overrides:
putin classorg.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap- Throws:
java.io.IOException
-
-