Interface ResponseDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getResponse

      ResponseType getResponse()
      Gets the "Response" element
    • setResponse

      void setResponse(ResponseType response)
      Sets the "Response" element
    • addNewResponse

      ResponseType addNewResponse()
      Appends and returns a new empty "Response" element