com.sun.xml.wss.saml.assertion.saml11.jaxb20
Class Advice

java.lang.Object
  extended by com.sun.xml.wss.saml.internal.saml11.jaxb20.AdviceType
      extended by com.sun.xml.wss.saml.assertion.saml11.jaxb20.Advice
All Implemented Interfaces:
Advice

public class Advice
extends AdviceType
implements Advice

The Advice element contains additional information that the issuer wishes 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.


Field Summary
protected static Logger log
           
 
Fields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AdviceType
assertionIDReferenceOrAssertionOrAny
 
Constructor Summary
Advice(AdviceType adviceType)
           
Advice(List assertionidreference, List assertion, List otherelement)
          Constructor
 
Method Summary
static AdviceType fromElement(Element element)
           
 List<Object> getAdvice()
          Gets the value of the assertionIDReferenceOrAssertionOrAny property.
 
Methods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AdviceType
getAssertionIDReferenceOrAssertionOrAny
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final Logger log
Constructor Detail

Advice

public Advice(List assertionidreference,
              List assertion,
              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">;

Advice

public Advice(AdviceType adviceType)
Method Detail

fromElement

public static AdviceType fromElement(Element element)
                              throws SAMLException
Throws:
SAMLException

getAdvice

public List<Object> getAdvice()
Description copied from interface: Advice
Gets the value of the assertionIDReferenceOrAssertionOrAny property.

Objects of the following type(s) are in the list Assertion String Element Object

Specified by:
getAdvice in interface Advice


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.