Uses of Interface
org.opensaml.saml2.core.Artifact

Packages that use Artifact
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.validator Validation rules for SAML 2.0 core types and elements. 
 

Uses of Artifact in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return Artifact
 Artifact ArtifactResolve.getArtifact()
          Get Artifact child element.
 

Methods in org.opensaml.saml2.core with parameters of type Artifact
 void ArtifactResolve.setArtifact(Artifact newArtifact)
          Set Artifact child element.
 

Uses of Artifact in org.opensaml.saml2.core.impl
 

Classes in org.opensaml.saml2.core.impl that implement Artifact
 class ArtifactImpl
          Concrete implementation of Artifact.
 

Fields in org.opensaml.saml2.core.impl declared as Artifact
private  Artifact ArtifactResolveImpl.artifact
          Artifact child element.
 

Methods in org.opensaml.saml2.core.impl that return Artifact
 Artifact ArtifactBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Artifact ArtifactBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Artifact ArtifactResolveImpl.getArtifact()
          Get Artifact child element.
 

Methods in org.opensaml.saml2.core.impl with parameters of type Artifact
 void ArtifactResolveImpl.setArtifact(Artifact newArtifact)
          Set Artifact child element.
 

Uses of Artifact in org.opensaml.saml2.core.validator
 

Methods in org.opensaml.saml2.core.validator with parameters of type Artifact
 void ArtifactSchemaValidator.validate(Artifact artifact)
          
protected  void ArtifactSchemaValidator.validateArtifact(Artifact artifact)
          Test that Artifact element content is not empty.
 



Copyright © 1999-2013. All Rights Reserved.