Searched refs:authenticateRemoteAppAndRun (Results 1 – 3 of 3) sorted by relevance
/plugin/farm/ |
H A D | testclient.php | 39 …print_r($cli->authenticateRemoteAppAndRun('remoteapp', 'pwd', 'animalExists', array('name' => $_GE… 41 …print_r($cli->authenticateRemoteAppAndRun('remoteapp', 'pwd', 'animalDelete', array('name' => $_GE… 43 …print_r($cli->authenticateRemoteAppAndRun('remoteapp', 'pwd', 'animalCreate', array('name' => $_GE… 48 …foreach($cli->authenticateRemoteAppAndRun('remoteapp', 'pwd', 'animalsList') as $w) echo '<a href=…
|
H A D | soapserver.php | 40 function authenticateRemoteAppAndRun() { function in farmSOAP
|
/plugin/shibbolethauth/files/ |
H A D | shibboleth.class.php | 181 …$res = $this->soap_client->authenticateRemoteAppAndRun($conf['plugin']['shibbolethauth']['sympaApp… 307 …$res = $this->soap_client->authenticateRemoteAppAndRun($conf['plugin']['shibbolethauth']['sympaApp…
|