Uses of Interface
org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
Packages that use SAMLArtifactMap.SAMLArtifactMapEntry
Package
Description
Classes supporting SAML artifact use.
Implementation of SAML artifact mapping.
-
Uses of SAMLArtifactMap.SAMLArtifactMapEntry in org.opensaml.saml.common.binding.artifact
Classes in org.opensaml.saml.common.binding.artifact that implement SAMLArtifactMap.SAMLArtifactMapEntryModifier and TypeClassDescriptionclassBasic implementation ofSAMLArtifactMap.SAMLArtifactMapEntry.classExtension ofBasicSAMLArtifactMapEntrythat tracks expiration.Methods in org.opensaml.saml.common.binding.artifact that return SAMLArtifactMap.SAMLArtifactMapEntryModifier and TypeMethodDescriptionGets the artifact entry for the given artifact.SAMLArtifactMap.SAMLArtifactMapEntryFactory.newEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage) Factory method which produces aSAMLArtifactMap.SAMLArtifactMapEntry. -
Uses of SAMLArtifactMap.SAMLArtifactMapEntry in org.opensaml.saml.common.binding.artifact.impl
Methods in org.opensaml.saml.common.binding.artifact.impl that return SAMLArtifactMap.SAMLArtifactMapEntryModifier and TypeMethodDescriptionStorageServiceSAMLArtifactMapEntryFactory.deserialize(long version, String context, String key, String value, Long expiration) Returns an object recovered from a string produced through theStorageSerializer.serialize(Type)method.Gets the artifact entry for the given artifact.Gets the artifact entry for the given artifact.ExpiringSAMLArtifactMapEntryFactory.newEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage) Factory method which produces aSAMLArtifactMap.SAMLArtifactMapEntry.StorageServiceSAMLArtifactMapEntryFactory.newEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage) Factory method which produces aSAMLArtifactMap.SAMLArtifactMapEntry.Methods in org.opensaml.saml.common.binding.artifact.impl with parameters of type SAMLArtifactMap.SAMLArtifactMapEntryModifier and TypeMethodDescriptionStorageServiceSAMLArtifactMapEntryFactory.serialize(SAMLArtifactMap.SAMLArtifactMapEntry instance) Returns a string representing the input object.