Class RequestAbstractTypeImpl

All Implemented Interfaces:
XMLObject, SAMLObject, SignableSAMLObject, RequestAbstractType, SignableXMLObject
Direct Known Subclasses:
RequestImpl

public abstract class RequestAbstractTypeImpl extends AbstractSignableSAMLObject implements RequestAbstractType
Implementation of RequestAbstractType.
  • Field Details

    • id

      private String id
      Contains the ID.
    • issueInstant

      private Instant issueInstant
      Contains the IssueInstant.
    • version

      private SAMLVersion version
      Version of this SAML message.
    • respondWiths

      private final XMLObjectChildrenList<RespondWith> respondWiths
      Contains the respondWiths.
  • Constructor Details

    • RequestAbstractTypeImpl

      protected RequestAbstractTypeImpl(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