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
 

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)
          Constructor.
BaseSAML1MessageDecoder(SAMLArtifactMap map, org.opensaml.xml.parse.ParserPool pool)
          Constructor.
HTTPArtifactDecoder(SAMLArtifactMap map, org.opensaml.xml.parse.ParserPool pool)
          Constructor.
HTTPPostDecoder(SAMLArtifactMap map)
          Constructor.
HTTPPostDecoder(SAMLArtifactMap map, org.opensaml.xml.parse.ParserPool pool)
          Constructor.
HTTPSOAP11Decoder(SAMLArtifactMap map)
          Constructor.
HTTPSOAP11Decoder(SAMLArtifactMap map, org.opensaml.xml.parse.ParserPool pool)
          Constructor.
 

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

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
 

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



Copyright © 2006-2009 Internet2. All Rights Reserved.