public class Advice extends AdviceType implements Advice
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.| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
assertionIDReferenceOrAssertionOrAny| Constructor and Description |
|---|
Advice(AdviceType adviceType) |
Advice(List assertionidreference,
List assertion,
List otherelement)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static AdviceType |
fromElement(Element element) |
List<Object> |
getAdvice()
Gets the value of the assertionIDReferenceOrAssertionOrAny property.
|
getAssertionIDReferenceOrAssertionOrAnyprotected static final Logger log
public Advice(List assertionidreference, List assertion, List otherelement)
assertionidreference - A List of AssertionIDReference.assertion - A List of Assertionotherelement - A List of any element defined as
<any namespace="##other" processContents="lax">;public Advice(AdviceType adviceType)
public static AdviceType fromElement(Element element) throws SAMLException
SAMLExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.