Uses of Class
org.opensaml.saml2.binding.artifact.AbstractSAML2Artifact

Packages that use AbstractSAML2Artifact
org.opensaml.saml2.binding.artifact Classes that may be used to create and manipulate SAML 2 artifacts. 
org.opensaml.saml2.binding.encoding Classes used to encode SAML 2 messages. 
 

Uses of AbstractSAML2Artifact in org.opensaml.saml2.binding.artifact
 

Classes in org.opensaml.saml2.binding.artifact with type parameters of type AbstractSAML2Artifact
 interface SAML2ArtifactBuilder<ArtifactType extends AbstractSAML2Artifact>
          Builder of typed SAML 2 artifacts.
 

Subclasses of AbstractSAML2Artifact in org.opensaml.saml2.binding.artifact
 class SAML2ArtifactType0004
          SAML 2 Type 0x004 Artifact.
 

Methods in org.opensaml.saml2.binding.artifact that return AbstractSAML2Artifact
 AbstractSAML2Artifact SAML2ArtifactBuilderFactory.buildArtifact(byte[] artifact)
          convenience method for getting an artifact builder and parsing the given artifact with it.
 AbstractSAML2Artifact SAML2ArtifactBuilderFactory.buildArtifact(String base64Artifact)
          Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
 

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

Methods in org.opensaml.saml2.binding.encoding that return AbstractSAML2Artifact
protected  AbstractSAML2Artifact HTTPArtifactEncoder.buildArtifact(SAMLMessageContext artifactContext)
          Builds the SAML 2 artifact for the outgoing message.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.