gov.virginia.dcjs.identity.saml
Class AssertionURIRef

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

public class AssertionURIRef
extends Element
implements AssertionType

This class provides a URI reference to a SAML assertion. This reference may in turn be used to retrieve the corresponding assertion in a manner specific to that reference.


Constructor Summary
AssertionURIRef(java.lang.String uri)
          Construct using the URI reference to the assertion
 
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
 
Methods inherited from interface gov.virginia.dcjs.ws.XmlElement
declareNamespaces, getNamespaces, toXml
 

Constructor Detail

AssertionURIRef

public AssertionURIRef(java.lang.String uri)
Construct using the URI reference to the assertion