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

      @Nullable private String id
      Contains the ID.
    • issueInstant

      @Nullable private Instant issueInstant
      Contains the IssueInstant.
    • version

      @Nullable private SAMLVersion version
      Version of this SAML message.
    • respondWiths

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

    • RequestAbstractTypeImpl

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