Interface ArtifactResponse

All Superinterfaces:
SAMLObject, SignableSAMLObject, SignableXMLObject, StatusResponseType, XMLObject
All Known Implementing Classes:
ArtifactResponseImpl

public interface ArtifactResponse extends StatusResponseType
SAML 2.0 Core ArtifactResponse.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      @Nonnull @NotEmpty static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      @Nonnull static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      @Nonnull @NotEmpty static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      @Nonnull static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getMessage

      @Nullable SAMLObject getMessage()
      Gets the protocol message from the artifact response.
      Returns:
      protocol message from the artifact response
    • setMessage

      void setMessage(@Nullable SAMLObject message)
      Sets the protocol message from the artifact response.
      Parameters:
      message - protocol message from the artifact response