http://www.cfcal-banque.fr/objets/Authentification/1.1
http://www.cfcal-banque.fr/objets/Authentification/1.1 / InformationsConnexion Complex Type
Dans cette rubrique
    InformationsConnexion Complex Type
    Dans cette rubrique
    Description
    Objet permettant de transmettre au service d'authentification des services web du CFCAL les informations d'authentification.
    Espace de noms http://www.cfcal-banque.fr/objets/Authentification/1.1
    Diagramme
    IdentifiantEnTantQue Élément MotDePasse Élément Identifiant Élément Sequence InformationsConnexion Complex Type
    Overview
    InformationsConnexion
    Objet permettant de transmettre au service d'authentification des services web du CFCAL les informations d'authentification.
    Sequence
    Identifiant xs:string
    Obtient ou définit l'identifiant de la personne voulant s'authentifier.
    MotDePasse xs:string
    Obtient ou définit le mot de passe de la personne voulant s'authentifier.
    IdentifiantEnTantQue xs:string
    Identifiant "en tant que".
    Utilisé par
    Source
    <xs:complexType name="InformationsConnexion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Objet permettant de transmettre au service d'authentification des services web du CFCAL les informations d'authentification.</xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element name="Identifiant" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation xml:lang="fr-FR">Obtient ou définit l'identifiant de la personne voulant s'authentifier.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MotDePasse" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation xml:lang="fr-FR">Obtient ou définit le mot de passe de la personne voulant s'authentifier.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="IdentifiantEnTantQue" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation xml:lang="fr-FR">Identifiant "en tant que".</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    Voir aussi