gov.virginia.dcjs.identity.saml
Class AssertionIDRequest

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.AssertionIDRequest
All Implemented Interfaces:
org.apache.soap.util.xml.Serializer, XmlElement

public class AssertionIDRequest
extends RequestAbstractType

Use when the requestor knows the unique identifier(s) of one or more SAML assertions.


Constructor Summary
AssertionIDRequest(AssertionIDRef id)
          Specifies the first SAML assertion identifier to request.
 
Method Summary
 void addID(AssertionIDRef id)
          Specify additional SAML assertion identifiers to request.
 
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

AssertionIDRequest

public AssertionIDRequest(AssertionIDRef id)
Specifies the first SAML assertion identifier to request.

Parameters:
id - First know identifier to request.
Method Detail

addID

public void addID(AssertionIDRef id)
Specify additional SAML assertion identifiers to request.

Parameters:
id - Additional identifier to request.