Uses of Interface
org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
-
Packages that use SAMLArtifactMap.SAMLArtifactMapEntry Package Description org.opensaml.saml.common.binding.artifact Classes supporting SAML artifact use.org.opensaml.saml.common.binding.artifact.impl 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.SAMLArtifactMapEntry Modifier and Type Class Description classBasicSAMLArtifactMapEntryBasic implementation ofSAMLArtifactMap.SAMLArtifactMapEntry.classExpiringSAMLArtifactMapEntryExtension ofBasicSAMLArtifactMapEntrythat tracks expiration.Methods in org.opensaml.saml.common.binding.artifact that return SAMLArtifactMap.SAMLArtifactMapEntry Modifier and Type Method Description SAMLArtifactMap.SAMLArtifactMapEntrySAMLArtifactMap. get(String artifact)Gets the artifact entry for the given artifact.SAMLArtifactMap.SAMLArtifactMapEntrySAMLArtifactMap.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.SAMLArtifactMapEntry Modifier and Type Method Description SAMLArtifactMap.SAMLArtifactMapEntryStorageServiceSAMLArtifactMapEntryFactory. deserialize(long version, String context, String key, String value, Long expiration)Returns an object recovered from a string produced through theStorageSerializer.serialize(Type)method.SAMLArtifactMap.SAMLArtifactMapEntryBasicSAMLArtifactMap. get(String artifact)Gets the artifact entry for the given artifact.SAMLArtifactMap.SAMLArtifactMapEntryStorageServiceSAMLArtifactMap. get(String artifact)Gets the artifact entry for the given artifact.SAMLArtifactMap.SAMLArtifactMapEntryExpiringSAMLArtifactMapEntryFactory. newEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage)Factory method which produces aSAMLArtifactMap.SAMLArtifactMapEntry.SAMLArtifactMap.SAMLArtifactMapEntryStorageServiceSAMLArtifactMapEntryFactory. 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.SAMLArtifactMapEntry Modifier and Type Method Description StringStorageServiceSAMLArtifactMapEntryFactory. serialize(SAMLArtifactMap.SAMLArtifactMapEntry instance)Returns a string representing the input object.
-