com.sun.identity.saml.assertion
Class  Advice
java.lang.Object
  |
  +--com.sun.identity.saml.assertion.AdviceBase
        |
        +--com.sun.identity.saml.assertion.Advice
- public class Advice- extends 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 java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
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 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.