Class Advice
java.lang.Object
com.sun.xml.wss.saml.internal.saml11.jaxb20.AdviceType
com.sun.xml.wss.saml.assertion.saml11.jaxb20.Advice
- All Implemented Interfaces:
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
FieldsFields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AdviceType
assertionIDReferenceOrAssertionOrAny -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AdviceTypefromElement(Element element) Gets the value of the assertionIDReferenceOrAssertionOrAny property.Methods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AdviceType
getAssertionIDReferenceOrAssertionOrAny
-
Field Details
-
log
-
-
Constructor Details
-
Advice
Constructor- Parameters:
assertionidreference- A List ofAssertionIDReference.assertion- A List of Assertionotherelement- A List of any element defined as<any namespace="##other" processContents="lax">;
-
Advice
-
-
Method Details