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
public class Advice extends AdviceType implements Advice
TheAdvice
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
Fields Modifier and Type Field Description protected static Logger
log
-
Fields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AdviceType
assertionIDReferenceOrAssertionOrAny
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Field Detail
-
log
protected static final Logger log
-
-
Constructor Detail
-
Advice
public Advice(List assertionidreference, List assertion, List otherelement)
Constructor- Parameters:
assertionidreference
- A List ofAssertionIDReference
.assertion
- A List of Assertionotherelement
- 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
-
-