Interface Evidence

All Superinterfaces:
SAMLObject, XMLObject
All Known Implementing Classes:
EvidenceImpl

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

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

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

    • 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