Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Bloc de code
languagexml
    <bean id="esupSecondaryIdExtApi" class="org.esupportail.nfctag.service.api.impl.AppliExtRestWs">
        <property name="isTagableUrl" value="https://esup-sgc-test.univ-ville.fr/wsrest/nfc/isTagable"/>
        <property name="validateTagUrl" value="https://esup-sgc-test.univ-ville.fr/wsrest/nfc/validateTag"/>
        <property name="getLocationsUrl" value="https://esup-sgc-test.univ-ville.fr/wsrest/nfc/locationsSecondaryId"/>
        <property name="displayUrl" value="https://esup-sgc-test.univ-ville.fr/wsrest/nfc/secondaryId?idName=secondaryId"/>
        <property name="description" value="Web Service SecondaryId"/>
    </bean> 
Info
Avec ce paramètre :
<property name="displayUrl" value="https://esup-sgc-test.univ-ville.fr/wsrest/nfc/secondaryId?idName=eppn"/>
l'eppn sera émulé au clavier

 

Créer une application dans esup-nfc-tag-server avec les paramètres suivants :

...