Interface ArtifactResolve

  • All Superinterfaces:
    RequestAbstract, XmlSerializable

    @SupportedAll
    public interface ArtifactResolve
    extends RequestAbstract
    The ArtifactResolve message is used to request that a SAML protocol message be returned in an ArtifactResponse message by specifying an artifact that represents the SAML protocol message. It has the complex type ArtifactResolveType.

     <complexType name="ArtifactResolveType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
           <sequence>
             <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Artifact"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>