com.sun.identity.saml.assertion
Class Advice

java.lang.Object
  extended bycom.sun.identity.saml.assertion.AdviceBase
      extended bycom.sun.identity.saml.assertion.Advice

public class Advice
extends com.sun.identity.saml.assertion.AdviceBase

The element contains additional information that the issuer wish to provide. This information MAY be ignored by applications without affecting either the semantics or validity. Advice elements MAY be specified in an extension schema.


Constructor Summary
Advice(org.w3c.dom.Element element)
          Constructors an Advice element from an existing XML block.
Advice(java.util.List assertionidreference, java.util.List assertion, java.util.List otherelement)
          Constructor
 
Methods inherited from class com.sun.identity.saml.assertion.AdviceBase
getAssertion, getAssertionIDReference, getOtherElement, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Advice

public Advice(org.w3c.dom.Element element)
       throws SAMLException
Constructors an Advice element from an existing XML block.

Parameters:
element - representing a DOM tree element
Throws:
SAMLException - if there is an error in the sender or in the element definition.

Advice

public Advice(java.util.List assertionidreference,
              java.util.List assertion,
              java.util.List otherelement)
Constructor

Parameters:
assertionidreference - A List of AssertionIDReference.
assertion - A List of Assertion
otherelement - A List of any element defined as <any namespace="##other" processContents="lax">;


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.