Interface AssertionDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • 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