Class ResponseAbstractTypeImpl

All Implemented Interfaces:
XMLObject, SAMLObject, SignableSAMLObject, ResponseAbstractType, SignableXMLObject
Direct Known Subclasses:
ResponseImpl

public abstract class ResponseAbstractTypeImpl extends AbstractSignableSAMLObject implements ResponseAbstractType
Abstract implementation of ResponseAbstractType Object.
  • Field Details

    • id

      @Nullable private String id
      Contains the ID.
    • version

      @Nullable private SAMLVersion version
      Message version.
    • inResponseTo

      @Nullable private String inResponseTo
      Contents of the InResponseTo attribute.
    • issueInstant

      @Nullable private Instant issueInstant
      Contents of the IssueInstant attribute.
    • recipient

      @Nullable private String recipient
      Contents of the Recipient attribute.
  • Constructor Details

    • ResponseAbstractTypeImpl

      protected ResponseAbstractTypeImpl(@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