Class ResponseImpl

All Implemented Interfaces:
XMLObject, SAMLObject, SignableSAMLObject, Response, ResponseAbstractType, SignableXMLObject

public class ResponseImpl extends ResponseAbstractTypeImpl implements Response
Implementation of the Response Object.
  • Field Details

    • status

      @Nullable private Status status
      Status associated with this element.
    • assertions

      @Nonnull private final XMLObjectChildrenList<Assertion> assertions
      List of all the Assertions.
  • Constructor Details

    • ResponseImpl

      protected ResponseImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details