Class ArtifactResponseImpl

All Implemented Interfaces:
XMLObject, SAMLObject, SignableSAMLObject, ArtifactResponse, StatusResponseType, SignableXMLObject

public class ArtifactResponseImpl extends StatusResponseTypeImpl implements ArtifactResponse
Concrete implementation of ArtifactResponse.
  • Field Details

    • protocolMessage

      @Nullable private SAMLObject protocolMessage
      Protocol message.
  • Constructor Details

    • ArtifactResponseImpl

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