Uses of Interface
org.opensaml.common.binding.artifact.SAMLArtifactMap

Packages that use SAMLArtifactMap
org.opensaml.common.binding.artifact Classes that may be used to create and manipulate SAML artifacts. 
org.opensaml.saml1.binding.decoding Classes used to decode SAML messages. 
org.opensaml.saml1.binding.encoding Classes used to encode SAML messages. 
org.opensaml.saml2.binding.encoding Classes used to encode SAML 2 messages. 
 

Uses of SAMLArtifactMap in org.opensaml.common.binding.artifact
 

Classes in org.opensaml.common.binding.artifact that implement SAMLArtifactMap
 class BasicSAMLArtifactMap
          Basic artifact map implementation that uses a StorageService to store and retrieve artifacts.
 

Uses of SAMLArtifactMap in org.opensaml.saml1.binding.decoding
 

Fields in org.opensaml.saml1.binding.decoding declared as SAMLArtifactMap
private  SAMLArtifactMap BaseSAML1MessageDecoder.artifactMap
          Map used to map artifacts to SAML.
 

Methods in org.opensaml.saml1.binding.decoding that return SAMLArtifactMap
 SAMLArtifactMap BaseSAML1MessageDecoder.getArtifactMap()
          Gets the artifact map used to retrieve SAML information from an artifact.
 

Constructors in org.opensaml.saml1.binding.decoding with parameters of type SAMLArtifactMap
BaseSAML1MessageDecoder(SAMLArtifactMap map)
          Deprecated.  
BaseSAML1MessageDecoder(SAMLArtifactMap map, ParserPool pool)
          Deprecated.  
HTTPArtifactDecoder(SAMLArtifactMap map, ParserPool pool)
          Constructor.
HTTPPostDecoder(SAMLArtifactMap map)
          Deprecated.  
HTTPPostDecoder(SAMLArtifactMap map, ParserPool pool)
          Deprecated.  
HTTPSOAP11Decoder(SAMLArtifactMap map)
          Deprecated.  
HTTPSOAP11Decoder(SAMLArtifactMap map, ParserPool pool)
          Deprecated.  
 

Uses of SAMLArtifactMap in org.opensaml.saml1.binding.encoding
 

Fields in org.opensaml.saml1.binding.encoding declared as SAMLArtifactMap
private  SAMLArtifactMap HTTPArtifactEncoder.artifactMap
          SAML artifact map used to store created artifacts for later retrival.
 

Constructors in org.opensaml.saml1.binding.encoding with parameters of type SAMLArtifactMap
HTTPArtifactEncoder(SAMLArtifactMap map)
          Constructor.
 

Uses of SAMLArtifactMap in org.opensaml.saml2.binding.encoding
 

Fields in org.opensaml.saml2.binding.encoding declared as SAMLArtifactMap
private  SAMLArtifactMap HTTPArtifactEncoder.artifactMap
          SAML artifact map used to store created artifacts for later retrieval.
 

Constructors in org.opensaml.saml2.binding.encoding with parameters of type SAMLArtifactMap
HTTPArtifactEncoder(org.apache.velocity.app.VelocityEngine engine, String template, SAMLArtifactMap map)
          Constructor.
 



Copyright © 1999-2013. All Rights Reserved.