Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.EvidenceType

Packages that use EvidenceType
com.sun.xml.wss.saml.assertion.saml20.jaxb20   
com.sun.xml.wss.saml.internal.saml20.jaxb20   
 

Uses of EvidenceType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 

Subclasses of EvidenceType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 class Evidence
          The Evidence element specifies an assertion either by reference or by value.
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return EvidenceType
static EvidenceType Evidence.fromElement(Element element)
          Constructs an Evidence object from a block of existing XML that has already been built into a DOM.
 

Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type EvidenceType
Evidence(EvidenceType eveType)
           
 

Uses of EvidenceType in com.sun.xml.wss.saml.internal.saml20.jaxb20
 

Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as EvidenceType
protected  EvidenceType AuthzDecisionStatementType.evidence
           
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return EvidenceType
 EvidenceType ObjectFactory.createEvidenceType()
          Create an instance of EvidenceType
 EvidenceType AuthzDecisionStatementType.getEvidence()
          Gets the value of the evidence property.
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type EvidenceType
 JAXBElement<EvidenceType> ObjectFactory.createEvidence(EvidenceType value)
          Create an instance of JAXBElement<EvidenceType>}
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type EvidenceType
 JAXBElement<EvidenceType> ObjectFactory.createEvidence(EvidenceType value)
          Create an instance of JAXBElement<EvidenceType>}
 void AuthzDecisionStatementType.setEvidence(EvidenceType value)
          Sets the value of the evidence property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.