Interface AssertionDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface AssertionDocument extends XmlObject
A document containing one Assertion(@urn:oasis:names:tc:SAML:2.0:assertion) element. This is a complex type.
  • Field Details

  • Method Details

    • getAssertion

      AssertionType getAssertion()
      Gets the "Assertion" element
    • setAssertion

      void setAssertion(AssertionType assertion)
      Sets the "Assertion" element
    • addNewAssertion

      AssertionType addNewAssertion()
      Appends and returns a new empty "Assertion" element