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

      private String id
      Contains the ID.
    • version

      private SAMLVersion version
      Message version.
    • inResponseTo

      private String inResponseTo
      Contents of the InResponseTo attribute.
    • issueInstant

      private Instant issueInstant
      Contents of the IssueInstant attribute.
    • recipient

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

    • ResponseAbstractTypeImpl

      protected ResponseAbstractTypeImpl(String namespaceURI, String elementLocalName, 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