public class Evidence extends com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.EvidenceImpl implements Evidence
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 objectcom.sun.xml.wss.saml.internal.saml11.jaxb10.impl.EvidenceImpl.Unmarshaller| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
version_AssertionIDReferenceOrAssertion| Constructor and Description |
|---|
Evidence(com.sun.xml.wss.saml.internal.saml11.jaxb10.EvidenceType eveType) |
Evidence(List assertionIDRef,
List assertion)
Constructs an Evidence from a Set of
Assertion and
AssertionIDReference objects. |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.EvidenceTypeImpl |
fromElement(Element element)
Constructs an
Evidence object from a block of existing XML
that has already been built into a DOM. |
____jaxb_ri____getLocalName, ____jaxb_ri____getNamespaceURI, createRawValidator, createUnmarshaller, getPrimaryInterface, serializeAttributes, serializeBody, serializeURIs_getAssertionIDReferenceOrAssertion, getAssertionIDReferenceOrAssertionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssertionIDReferenceOrAssertionprotected static final Logger log
public Evidence(List assertionIDRef, List assertion)
Assertion and
AssertionIDReference objects.assertionIDRef - Set of AssertionIDReference objects.assertion - Set of Assertion objects.SAMLException - if either Set is empty or has invalid object.public Evidence(com.sun.xml.wss.saml.internal.saml11.jaxb10.EvidenceType eveType)
public static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.EvidenceTypeImpl fromElement(Element element) throws SAMLException
Evidence object from a block of existing XML
that has already been built into a DOM.element - A org.w3c.dom.Element
representing DOM tree for Evidence object.SAMLException - if it could not process the Element properly,
implying that there is an error in the sender or in the
element definition.Copyright © 2005–2017 Oracle Corporation. All rights reserved.