/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/ |
H A D | AbstractDigest.php | 31 protected $realm = 'SabreDAV'; variable in Sabre\\DAV\\Auth\\Backend\\AbstractDigest 47 * @param string $realm 50 function setRealm($realm) { argument 52 $this->realm = $realm; 61 * @param string $realm 65 abstract function getDigestHash($realm, $username); argument 98 $this->realm, 111 $hash = $this->getDigestHash($this->realm, $username); 153 $this->realm,
|
H A D | AbstractBasic.php | 32 protected $realm = 'sabre/dav'; variable in Sabre\\DAV\\Auth\\Backend\\AbstractBasic 56 * @param string $realm 59 function setRealm($realm) { argument 61 $this->realm = $realm; 96 $this->realm, 136 $this->realm,
|
H A D | AbstractBearer.php | 33 protected $realm = 'sabre/dav'; variable in Sabre\\DAV\\Auth\\Backend\\AbstractBearer 49 * @param string $realm 52 function setRealm($realm) { argument 54 $this->realm = $realm; 89 $this->realm, 130 $this->realm,
|
H A D | File.php | 53 list($username, $realm, $A1) = explode(':', $line); 58 $this->users[$realm . ':' . $username] = $A1; 67 * @param string $realm 71 function getDigestHash($realm, $username) { argument 73 …return isset($this->users[$realm . ':' . $username]) ? $this->users[$realm . ':' . $username] : fa…
|
H A D | PDO.php | 45 * @param string $realm 49 function getDigestHash($realm, $username) { argument
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/ |
H A D | AbstractDigest.php | 31 protected $realm = 'SabreDAV'; variable in Sabre\\DAV\\Auth\\Backend\\AbstractDigest 47 * @param string $realm 50 function setRealm($realm) { argument 52 $this->realm = $realm; 61 * @param string $realm 65 abstract function getDigestHash($realm, $username); argument 98 $this->realm, 111 $hash = $this->getDigestHash($this->realm, $username); 153 $this->realm,
|
H A D | AbstractBasic.php | 32 protected $realm = 'sabre/dav'; variable in Sabre\\DAV\\Auth\\Backend\\AbstractBasic 56 * @param string $realm 59 function setRealm($realm) { argument 61 $this->realm = $realm; 96 $this->realm, 136 $this->realm,
|
H A D | File.php | 53 list($username, $realm, $A1) = explode(':', $line); 58 $this->users[$realm . ':' . $username] = $A1; 67 * @param string $realm 71 function getDigestHash($realm, $username) { argument 73 …return isset($this->users[$realm . ':' . $username]) ? $this->users[$realm . ':' . $username] : fa…
|
H A D | PDO.php | 45 * @param string $realm 49 function getDigestHash($realm, $username) { argument
|
/plugin/webdav/vendor/sabre/http/lib/Auth/ |
H A D | AbstractAuth.php | 24 protected $realm; variable in Sabre\\HTTP\\Auth\\AbstractAuth 43 * @param string $realm 46 …function __construct($realm = 'SabreTooth', RequestInterface $request, ResponseInterface $response… argument 48 $this->realm = $realm; 69 return $this->realm;
|
H A D | Digest.php | 47 …function __construct($realm = 'SabreTooth', RequestInterface $request, ResponseInterface $response… argument 50 $this->opaque = md5($realm); 51 parent::__construct($realm, $request, $response); 115 $this->A1 = md5($this->digestParts['username'] . ':' . $this->realm . ':' . $password); 184 …$this->response->addHeader('WWW-Authenticate', 'Digest realm="' . $this->realm . '",qop="' . $qop …
|
H A D | Bearer.php | 51 $this->response->addHeader('WWW-Authenticate', 'Bearer realm="' . $this->realm . '"');
|
H A D | Basic.php | 58 …$this->response->addHeader('WWW-Authenticate', 'Basic realm="' . $this->realm . '", charset="UTF-8…
|
/plugin/davcal/vendor/sabre/http/lib/Auth/ |
H A D | AbstractAuth.php | 24 protected $realm; variable in Sabre\\HTTP\\Auth\\AbstractAuth 43 * @param string $realm 46 …function __construct($realm = 'SabreTooth', RequestInterface $request, ResponseInterface $response… argument 48 $this->realm = $realm; 69 return $this->realm;
|
H A D | Digest.php | 47 …function __construct($realm = 'SabreTooth', RequestInterface $request, ResponseInterface $response… argument 50 $this->opaque = md5($realm); 51 parent::__construct($realm, $request, $response); 115 $this->A1 = md5($this->digestParts['username'] . ':' . $this->realm . ':' . $password); 184 …$this->response->addHeader('WWW-Authenticate', 'Digest realm="' . $this->realm . '",qop="' . $qop …
|
H A D | Bearer.php | 51 $this->response->addHeader('WWW-Authenticate', 'Bearer realm="' . $this->realm . '"');
|
H A D | Basic.php | 58 $this->response->addHeader('WWW-Authenticate', 'Basic realm="' . $this->realm . '"');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
H A D | KerberosConfig.php | 65 public $realm; variable in Google\\Service\\Dataproc\\KerberosConfig 226 public function setRealm($realm) argument 228 $this->realm = $realm; 235 return $this->realm;
|
/plugin/openid/Auth/OpenID/ |
H A D | Consumer.php | 1948 * @param string $realm The URL (or URL pattern) that identifies 1966 function getMessage($realm, $return_to=null, $immediate=false) argument 2005 $realm_key => $realm, 2040 function redirectURL($realm, $return_to = null, argument 2043 $message = $this->getMessage($realm, $return_to, $immediate); 2060 * @param string $realm 2066 function formMarkup($realm, $return_to=null, $immediate=false, argument 2069 $message = $this->getMessage($realm, $return_to, $immediate); 2084 * @param string $realm 2090 function htmlMarkup($realm, $return_to=null, $immediate=false, argument [all …]
|
H A D | TrustRoot.php | 61 static function buildDiscoveryURL($realm) argument 63 $parsed = Auth_OpenID_TrustRoot::_parse($realm);
|
/plugin/fedauth/Auth/OpenID/ |
H A D | Consumer.php | 1823 * @param string $realm The URL (or URL pattern) that identifies 1839 function getMessage($realm, $return_to=null, $immediate=false) argument 1878 $realm_key => $realm, 1912 function redirectURL($realm, $return_to = null, argument 1915 $message = $this->getMessage($realm, $return_to, $immediate); 1932 function formMarkup($realm, $return_to=null, $immediate=false, argument 1935 $message = $this->getMessage($realm, $return_to, $immediate); 1951 function htmlMarkup($realm, $return_to=null, $immediate=false, argument 1954 $form = $this->formMarkup($realm, $return_to, $immediate,
|
H A D | TrustRoot.php | 61 static function buildDiscoveryURL($realm) argument 63 $parsed = Auth_OpenID_TrustRoot::_parse($realm);
|
/plugin/authlinotp/ |
H A D | README.md | 14 * The users realm
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ |
H A D | AbstractDigestTest.php | 133 function getDigestHash($realm, $userName) { argument
|
/plugin/autotweet/ |
H A D | OAuth.php | 419 public function to_header($realm=null) { argument 421 if($realm) { 422 $out = 'Authorization: OAuth realm="' . OAuthUtil::urlencode_rfc3986($realm) . '"';
|