Interface Evidence

  • All Superinterfaces:
    SAMLObject, org.opensaml.core.xml.XMLObject

    public interface Evidence
    extends SAMLObject
    SAML 2.0 Core Evidence.
    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getAssertionIDReferences

        List<AssertionIDRef> getAssertionIDReferences()
        Gets the list of AssertionID references used as evidence.
        Returns:
        the list of AssertionID references used as evidence
      • getAssertionURIReferences

        List<AssertionURIRef> getAssertionURIReferences()
        Gets the list of AssertionURI references used as evidence.
        Returns:
        the list of AssertionURI references used as evidence
      • getAssertions

        List<Assertion> getAssertions()
        Gets the list of Assertions used as evidence.
        Returns:
        the list of Assertions used as evidence
      • getEncryptedAssertions

        List<EncryptedAssertion> getEncryptedAssertions()
        Gets the list of EncryptedAssertions used as evidence.
        Returns:
        the list of EncryptedAssertions used as evidence
      • getEvidence

        List<Evidentiary> getEvidence()
        Gets the list of all elements used as evidence.
        Returns:
        the list of Evidentiary objects used as evidence