Class ExternalAuthenticate

java.lang.Object
de.gematik.ws.conn.signatureservice.v7.ExternalAuthenticate

public class ExternalAuthenticate extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}CardHandle"/>
         <element ref="{http://ws.gematik.de/conn/ConnectorContext/v2.0}Context"/>
         <element name="OptionalInputs" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignatureType" minOccurs="0"/>
                   <element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}SignatureSchemes" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}BinaryString"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>