gov.virginia.dcjs.identity.saml
Class AssertionIDRef

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

public class AssertionIDRef
extends Element
implements AssertionType

Use this class to make a reference to a SAML assertion by its unique identifier. The authority who issued the assertion, or from whom the assertion can be obtained, is no specified as part of this reference.


Constructor Summary
AssertionIDRef(java.lang.String id)
          Construct using the unique assertion identifier of xs:NCName type
 
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

AssertionIDRef

public AssertionIDRef(java.lang.String id)
Construct using the unique assertion identifier of xs:NCName type