Lines Matching refs:authtype

2148 	var $authtype = '';  variable in soap_transport_http
2269 …if ($this->use_curl || ($this->scheme == 'https') || ($this->scheme == 'http' && $this->authtype =…
2271 …if (($this->scheme == 'http' || $this->scheme == 'ssl') && $this->authtype != 'ntlm' && (!is_array…
2436 if ($this->authtype == 'certificate') {
2465 if ($this->authtype && ($this->authtype != 'certificate')) {
2470 if ($this->authtype == 'basic') {
2474 if ($this->authtype == 'digest') {
2478 if ($this->authtype == 'ntlm') {
2570 * @param string $authtype (basic|digest|certificate|ntlm)
2575 …function setCredentials($username, $password, $authtype = 'basic', $digestRequest = array(), $cert… argument
2576 $this->debug("setCredentials username=$username authtype=$authtype digestRequest=");
2581 if ($authtype == 'basic') {
2583 } elseif ($authtype == 'digest') {
2630 } elseif ($authtype == 'certificate') {
2633 } elseif ($authtype == 'ntlm') {
2639 $this->authtype = $authtype;
4567 var $authtype = ''; // Type of HTTP authentication variable in wsdl
4728 if ($this->authtype != '') {
4729 …$tr->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certRequest…
5070 * @param string $authtype (basic|digest|certificate|ntlm)
5074 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) { argument
5075 $this->debug("setCredentials username=$username authtype=$authtype certRequest=");
5079 $this->authtype = $authtype;
7098 var $authtype = ''; // Type of HTTP authentication variable in nusoap_client
7434 …$this->wsdl->setCredentials($this->username, $this->password, $this->authtype, $this->certRequest);
7492 if($this->authtype != '') {
7493 …$http->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certReque…
7673 * @param string $authtype (basic|digest|certificate|ntlm)
7677 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) { argument
7678 $this->debug("setCredentials username=$username authtype=$authtype certRequest=");
7682 $this->authtype = $authtype;
7777 $proxy->authtype = $this->authtype;