Uses of Interface
org.opensaml.saml.common.binding.artifact.SAMLArtifactMap
-
Packages that use SAMLArtifactMap Package Description org.opensaml.saml.common.binding.artifact.impl Implementation of SAML artifact mapping.org.opensaml.saml.saml1.binding.encoding.impl SAML 1.x message encoders.org.opensaml.saml.saml1.binding.impl General message handlers for SAML 1.x.org.opensaml.saml.saml1.profile.impl Implementations of SAML 1.x profile behavior.org.opensaml.saml.saml2.binding.encoding.impl SAML 1.x message encoders.org.opensaml.saml.saml2.profile.impl 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 SAMLArtifactMap Modifier and Type Class Description classBasicSAMLArtifactMapBasic artifact map implementation.classStorageServiceSAMLArtifactMapArtifact 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 SAMLArtifactMap Modifier and Type Field Description private SAMLArtifactMapHTTPArtifactEncoder. artifactMapSAML artifact map used to store created artifacts for later retrival.Methods in org.opensaml.saml.saml1.binding.encoding.impl that return SAMLArtifactMap Modifier and Type Method Description SAMLArtifactMapHTTPArtifactEncoder. getArtifactMap()Get the SAML artifact map to use.Methods in org.opensaml.saml.saml1.binding.encoding.impl with parameters of type SAMLArtifactMap Modifier and Type Method Description voidHTTPArtifactEncoder. 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 SAMLArtifactMap Modifier and Type Field Description private SAMLArtifactMapSAML1ArtifactRequestIssuerHandler. artifactMapProtocol value to add to context.Methods in org.opensaml.saml.saml1.binding.impl with parameters of type SAMLArtifactMap Modifier and Type Method Description voidSAML1ArtifactRequestIssuerHandler. 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 SAMLArtifactMap Modifier and Type Field Description private SAMLArtifactMapResolveArtifacts. artifactMapArtifact mapper.Methods in org.opensaml.saml.saml1.profile.impl with parameters of type SAMLArtifactMap Modifier and Type Method Description voidResolveArtifacts. 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 SAMLArtifactMap Modifier and Type Field Description private SAMLArtifactMapHTTPArtifactEncoder. artifactMapSAML artifact map used to store created artifacts for later retrieval.Methods in org.opensaml.saml.saml2.binding.encoding.impl that return SAMLArtifactMap Modifier and Type Method Description SAMLArtifactMapHTTPArtifactEncoder. getArtifactMap()Get the SAML artifact map to use.Methods in org.opensaml.saml.saml2.binding.encoding.impl with parameters of type SAMLArtifactMap Modifier and Type Method Description voidHTTPArtifactEncoder. 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 SAMLArtifactMap Modifier and Type Field Description private SAMLArtifactMapResolveArtifact. artifactMapArtifact mapper.Methods in org.opensaml.saml.saml2.profile.impl with parameters of type SAMLArtifactMap Modifier and Type Method Description voidResolveArtifact. setArtifactMap(SAMLArtifactMap map)Set the artifact map to use.
-