com.sun.xml.wss.saml.assertion.saml20.jaxb20
Class Advice
java.lang.Object
com.sun.xml.wss.saml.internal.saml20.jaxb20.AdviceType
com.sun.xml.wss.saml.assertion.saml20.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final Logger log
Advice
public Advice(List assertionidreference,
List assertion,
List otherelement)
- Constructor
- Parameters:
assertionidreference - A List of AssertionIDReference.assertion - A List of Assertionotherelement - A List of any element defined as
<any namespace="##other" processContents="lax">;
Advice
public Advice(AdviceType adviceType)
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.