Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.EvidenceType
-
Packages that use EvidenceType Package Description com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.internal.saml11.jaxb20 -
-
Uses of EvidenceType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Subclasses of EvidenceType in com.sun.xml.wss.saml.assertion.saml11.jaxb20 Modifier and Type Class Description classEvidenceTheEvidenceelement specifies an assertion either by reference or by value.Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return EvidenceType Modifier and Type Method Description static EvidenceTypeEvidence. fromElement(Element element)Constructs anEvidenceobject from a block of existing XML that has already been built into a DOM.Constructors in com.sun.xml.wss.saml.assertion.saml11.jaxb20 with parameters of type EvidenceType Constructor Description Evidence(EvidenceType eveType) -
Uses of EvidenceType in com.sun.xml.wss.saml.internal.saml11.jaxb20
Fields in com.sun.xml.wss.saml.internal.saml11.jaxb20 declared as EvidenceType Modifier and Type Field Description protected EvidenceTypeAuthorizationDecisionStatementType. evidenceMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return EvidenceType Modifier and Type Method Description EvidenceTypeObjectFactory. createEvidenceType()Create an instance ofEvidenceTypeEvidenceTypeAuthorizationDecisionStatementType. getEvidence()Gets the value of the evidence property.Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return types with arguments of type EvidenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EvidenceType>ObjectFactory. createEvidence(EvidenceType value)Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type EvidenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EvidenceType>ObjectFactory. createEvidence(EvidenceType value)voidAuthorizationDecisionStatementType. setEvidence(EvidenceType value)Sets the value of the evidence property.
-