Interface Response

All Superinterfaces:
ResponseAbstractType, SAMLObject, SignableSAMLObject, SignableXMLObject, XMLObject
All Known Implementing Classes:
ResponseImpl

public interface Response extends ResponseAbstractType
This interface defines how the object representing a SAML1 Response element behaves.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element name, no namespace.
      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

    • getStatus

      Status getStatus()
      Return the object representing the Status (element).
      Returns:
      the Status
    • setStatus

      void setStatus(Status status)
      Set the object representing the Status (element).
      Parameters:
      status - what to set
    • getAssertions

      List<Assertion> getAssertions()
      Return the objects representing the Assertion (element).
      Returns:
      the Assertion objects