The Evidence element specifies an assertion either by
reference or by value. An assertion is specified by reference to the value of
the assertion's AssertionIDReference element.
An assertion is specified by value by including the entire
Assertion object
public Evidence(List assertionIDRef, List assertion)(Code)
Constructs an Evidence from a Set of Assertion and
AssertionIDReference objects.
Parameters: assertionIDRef - Set of AssertionIDReference objects. Parameters: assertion - Set of Assertion objects. exception: SAMLException - if either Set is empty or has invalid object.
Constructs an Evidence object from a block of existing XML
that has already been built into a DOM.
Parameters: assertionSpecifierElement - A org.w3c.dom.Elementrepresenting DOM tree for Evidence object. exception: SAMLException - if it could not process the Element properly,implying that there is an error in the sender or in theelement definition.
Fields inherited from com.sun.xml.wss.saml.internal.saml20.jaxb20.EvidenceType