| Package | Description |
|---|---|
| com.sun.xml.wss.saml.assertion.saml20.jaxb20 | |
| com.sun.xml.wss.saml.internal.saml20.jaxb20 |
| Modifier and Type | Class and Description |
|---|---|
class |
Evidence
The
Evidence element specifies an assertion either by
reference or by value. |
| Modifier and Type | Method and Description |
|---|---|
static EvidenceType |
Evidence.fromElement(Element element)
Constructs an
Evidence object from a block of existing XML
that has already been built into a DOM. |
| Constructor and Description |
|---|
Evidence(EvidenceType eveType) |
| Modifier and Type | Field and Description |
|---|---|
protected EvidenceType |
AuthzDecisionStatementType.evidence |
| Modifier and Type | Method and Description |
|---|---|
EvidenceType |
ObjectFactory.createEvidenceType()
Create an instance of
EvidenceType |
EvidenceType |
AuthzDecisionStatementType.getEvidence()
Gets the value of the evidence property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<EvidenceType> |
ObjectFactory.createEvidence(EvidenceType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<EvidenceType> |
ObjectFactory.createEvidence(EvidenceType value)
|
void |
AuthzDecisionStatementType.setEvidence(EvidenceType value)
Sets the value of the evidence property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.