Interface SubjectConfirmationDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getSubjectConfirmation

      SubjectConfirmationType getSubjectConfirmation()
      Gets the "SubjectConfirmation" element
    • setSubjectConfirmation

      void setSubjectConfirmation(SubjectConfirmationType subjectConfirmation)
      Sets the "SubjectConfirmation" element
    • addNewSubjectConfirmation

      SubjectConfirmationType addNewSubjectConfirmation()
      Appends and returns a new empty "SubjectConfirmation" element