gov.virginia.dcjs.identity.saml
Class ArtifactResolve

java.lang.Object
  extended bygov.virginia.dcjs.ws.Element
      extended bygov.virginia.dcjs.identity.saml.MessageAbstractType
          extended bygov.virginia.dcjs.identity.saml.RequestAbstractType
              extended bygov.virginia.dcjs.identity.saml.ArtifactResolve
All Implemented Interfaces:
org.apache.soap.util.xml.Serializer, XmlElement

public class ArtifactResolve
extends RequestAbstractType

Use this class to construct a request message asking that a SAML protocol message be returned in an ArtifactResponse message by specifying the artifact that represents the SAML protocol message.


Constructor Summary
ArtifactResolve(java.lang.String artifact)
          Provide the required Artifact value to be translated into a protocol message by the IDP.
 
Methods inherited from class gov.virginia.dcjs.identity.saml.MessageAbstractType
getID, getIssueInstant, setConsent, setDestination, setExtensions, setIssuer, setSignature
 
Methods inherited from class gov.virginia.dcjs.ws.Element
addAttribute, addElement, arrayAppend, declareNamespaces, getNamespaces, marshall, removeAttribute, removeElement, setContent, toString, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArtifactResolve

public ArtifactResolve(java.lang.String artifact)
Provide the required Artifact value to be translated into a protocol message by the IDP.

Parameters:
artifact - Artifact to be translated into a protocol message.