Uses of Class
org.opensaml.saml1.binding.artifact.AbstractSAML1Artifact

Packages that use AbstractSAML1Artifact
org.opensaml.saml1.binding.artifact Classes that may be used to create and manipulate SAML artifacts. 
 

Uses of AbstractSAML1Artifact in org.opensaml.saml1.binding.artifact
 

Classes in org.opensaml.saml1.binding.artifact with type parameters of type AbstractSAML1Artifact
 interface SAML1ArtifactBuilder<ArtifactType extends AbstractSAML1Artifact>
          Builder of typed SAML 1 artifacts.
 

Subclasses of AbstractSAML1Artifact in org.opensaml.saml1.binding.artifact
 class SAML1ArtifactType0001
          SAML 1.X Type 0x0001 Artifact.
 class SAML1ArtifactType0002
          SAML 1 Type 0x0002 Artifact.
 

Methods in org.opensaml.saml1.binding.artifact that return AbstractSAML1Artifact
 AbstractSAML1Artifact SAML1ArtifactBuilderFactory.buildArtifact(byte[] artifact)
          Convenience method for getting an artifact builder and parsing the given artifact with it.
 AbstractSAML1Artifact SAML1ArtifactBuilderFactory.buildArtifact(java.lang.String base64Artifact)
          Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.