gov.virginia.dcjs.identity.saml
Class Advice

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

public class Advice
extends Element

This class produces an element that contains any additional information that the SAML authority wishes to provide.


Constructor Summary
Advice()
           
 
Method Summary
 void addAssertion(AssertionType assertion)
          Add any of the classes implementing AssertionType such as: Assertion EncryptedAssertion AssertionIDRef AssertonURIRef
 void addOther(XmlElement advice)
          Add any other advice element.
 
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

Advice

public Advice()
Method Detail

addAssertion

public void addAssertion(AssertionType assertion)
Add any of the classes implementing AssertionType such as:

Parameters:
assertion - One of the SAML 2.0 Assertion elements.

addOther

public void addOther(XmlElement advice)
Add any other advice element.

Parameters:
advice - Advice element in any form.