Lines Matching refs:username

2146 	var $username = '';  variable in soap_transport_http
2466 if ($this->username) {
2468 $this->setCurlOption(CURLOPT_USERPWD, "$this->username:$this->password");
2568 * @param string $username
2575 …function setCredentials($username, $password, $authtype = 'basic', $digestRequest = array(), $cert… argument
2576 $this->debug("setCredentials username=$username authtype=$authtype digestRequest=");
2582 …$this->setHeader('Authorization', 'Basic '.base64_encode(str_replace(':','',$username).':'.$passwo…
2590 …$A1 = $username. ':' . (isset($digestRequest['realm']) ? $digestRequest['realm'] : '') . ':' . $pa…
2628 …$this->setHeader('Authorization', 'Digest username="' . $username . '", realm="' . $digestRequest[…
2637 $this->username = $username;
3183 $this->setCredentials($this->username, $this->password, 'digest', $digestRequest);
4565 var $username = ''; // Username for HTTP authentication variable in wsdl
4729 …$tr->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certRequest…
5068 * @param string $username
5074 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) { argument
5075 $this->debug("setCredentials username=$username authtype=$authtype certRequest=");
5077 $this->username = $username;
7096 var $username = ''; // Username for HTTP authentication variable in nusoap_client
7434 …$this->wsdl->setCredentials($this->username, $this->password, $this->authtype, $this->certRequest);
7493 …$http->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certReque…
7671 * @param string $username
7677 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) { argument
7678 $this->debug("setCredentials username=$username authtype=$authtype certRequest=");
7680 $this->username = $username;
7775 $proxy->username = $this->username;