Uses of Interface
org.opensaml.saml.common.binding.artifact.SAMLArtifactMap
Packages that use SAMLArtifactMap
Package
Description
Implementation of SAML artifact mapping.
SAML 1.x message encoders.
General message handlers for SAML 1.x.
Implementations of SAML 1.x profile behavior.
SAML 2.0 message encoders.
Implementations of SAML 2.0 profile behavior.
-
Uses of SAMLArtifactMap in org.opensaml.saml.common.binding.artifact.impl
Classes in org.opensaml.saml.common.binding.artifact.impl that implement SAMLArtifactMapModifier and TypeClassDescriptionclassBasic artifact map implementation.classArtifact map implementation backed byStorageService. -
Uses of SAMLArtifactMap in org.opensaml.saml.saml1.binding.encoding.impl
Fields in org.opensaml.saml.saml1.binding.encoding.impl declared as SAMLArtifactMapModifier and TypeFieldDescriptionprivate SAMLArtifactMapHTTPArtifactEncoder.artifactMapSAML artifact map used to store created artifacts for later retrival.Methods in org.opensaml.saml.saml1.binding.encoding.impl that return SAMLArtifactMapModifier and TypeMethodDescriptionHTTPArtifactEncoder.getArtifactMap()Get the SAML artifact map to use.Methods in org.opensaml.saml.saml1.binding.encoding.impl with parameters of type SAMLArtifactMapModifier and TypeMethodDescriptionvoidHTTPArtifactEncoder.setArtifactMap(SAMLArtifactMap newArtifactMap) Set the SAML artifact map to use. -
Uses of SAMLArtifactMap in org.opensaml.saml.saml1.binding.impl
Fields in org.opensaml.saml.saml1.binding.impl declared as SAMLArtifactMapModifier and TypeFieldDescriptionprivate SAMLArtifactMapSAML1ArtifactRequestIssuerHandler.artifactMapProtocol value to add to context.Methods in org.opensaml.saml.saml1.binding.impl with parameters of type SAMLArtifactMapModifier and TypeMethodDescriptionvoidSAML1ArtifactRequestIssuerHandler.setArtifactMap(SAMLArtifactMap map) Set the artifact map to use. -
Uses of SAMLArtifactMap in org.opensaml.saml.saml1.profile.impl
Fields in org.opensaml.saml.saml1.profile.impl declared as SAMLArtifactMapModifier and TypeFieldDescriptionprivate SAMLArtifactMapResolveArtifacts.artifactMapArtifact mapper.Methods in org.opensaml.saml.saml1.profile.impl with parameters of type SAMLArtifactMapModifier and TypeMethodDescriptionvoidResolveArtifacts.setArtifactMap(SAMLArtifactMap map) Set the artifact map to use. -
Uses of SAMLArtifactMap in org.opensaml.saml.saml2.binding.encoding.impl
Fields in org.opensaml.saml.saml2.binding.encoding.impl declared as SAMLArtifactMapModifier and TypeFieldDescriptionprivate SAMLArtifactMapHTTPArtifactEncoder.artifactMapSAML artifact map used to store created artifacts for later retrieval.Methods in org.opensaml.saml.saml2.binding.encoding.impl that return SAMLArtifactMapModifier and TypeMethodDescriptionHTTPArtifactEncoder.getArtifactMap()Get the SAML artifact map to use.Methods in org.opensaml.saml.saml2.binding.encoding.impl with parameters of type SAMLArtifactMapModifier and TypeMethodDescriptionvoidHTTPArtifactEncoder.setArtifactMap(SAMLArtifactMap newArtifactMap) Set the SAML artifact map to use. -
Uses of SAMLArtifactMap in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl declared as SAMLArtifactMapModifier and TypeFieldDescriptionprivate SAMLArtifactMapResolveArtifact.artifactMapArtifact mapper.Methods in org.opensaml.saml.saml2.profile.impl with parameters of type SAMLArtifactMapModifier and TypeMethodDescriptionvoidResolveArtifact.setArtifactMap(SAMLArtifactMap map) Set the artifact map to use.