Home
last modified time | relevance | path

Searched refs:assoc_type (Results 1 – 12 of 12) sorted by relevance

/plugin/fedauth/Auth/OpenID/
H A DAssociation.php134 if (!in_array($assoc_type,
144 $this->assoc_type = $assoc_type;
177 && ($this->assoc_type == $other->assoc_type));
194 'assoc_type' => $this->assoc_type
239 $assoc_type = $pairs['assoc_type'];
268 $callback = $this->_macs[$this->assoc_type];
381 function Auth_OpenID_getSecretSize($assoc_type) argument
383 if ($assoc_type == 'HMAC-SHA1') {
385 } else if ($assoc_type == 'HMAC-SHA256') {
408 function Auth_OpenID_getSessionTypes($assoc_type) argument
[all …]
H A DPostgreSQLStore.php79 $assoc_type) argument
86 $assoc_type, $server_url, $handle));
92 $issued, $lifetime, $assoc_type));
H A DServer.php593 function Auth_OpenID_AssociateRequest($session, $assoc_type) argument
597 $this->assoc_type = $assoc_type;
637 $assoc_type = $message->getArg(Auth_OpenID_OPENID_NS,
640 if (!in_array($assoc_type, $session->allowed_assoc_types)) {
643 sprintf($fmt, $session_type, $assoc_type));
646 $obj = new Auth_OpenID_AssociateRequest($session, $assoc_type);
658 'assoc_type' => $this->assoc_type,
1352 $assoc_type = ($assoc ? $assoc->assoc_type : 'HMAC-SHA1');
1358 $assoc = $this->createAssociation(true, $assoc_type);
1376 Auth_OpenID_getSecretSize($assoc_type));
[all …]
H A DConsumer.php1469 $assoc_type) argument
1490 if (($assoc_type === null) || ($session_type === null)) {
1492 } else if (!$this->negotiator->isAllowed($assoc_type,
1496 return array($assoc_type, $session_type);
1509 $endpoint, $assoc_type, $session_type);
1519 $why, $endpoint, $assoc_type);
1522 list($assoc_type, $session_type) = $supportedTypes;
1577 $assoc_type = $assoc_response->getArg(
1581 if (Auth_OpenID::isFailure($assoc_type)) {
1582 return $assoc_type;
[all …]
H A DSQLStore.php322 $lifetime, $assoc_type) argument
331 $assoc_type));
343 $association->assoc_type
H A DMDB2Store.php292 "value" => $association->assoc_type
/plugin/openid/Auth/OpenID/
H A DAssociation.php133 if (!in_array($assoc_type,
143 $this->assoc_type = $assoc_type;
178 && ($this->assoc_type == $other->assoc_type));
195 'assoc_type' => $this->assoc_type,
241 $assoc_type = $pairs['assoc_type'];
392 function Auth_OpenID_getSecretSize($assoc_type) argument
394 if ($assoc_type == 'HMAC-SHA1') {
396 } else if ($assoc_type == 'HMAC-SHA256') {
420 * @param string $assoc_type
423 function Auth_OpenID_getSessionTypes($assoc_type) argument
[all …]
H A DPostgreSQLStore.php79 $assoc_type) argument
89 $assoc_type,
103 $assoc_type,
H A DServer.php653 public $assoc_type = ''; variable in Auth_OpenID_AssociateRequest
668 * @param string $assoc_type
670 function __construct($session, $assoc_type) argument
674 $this->assoc_type = $assoc_type;
718 $assoc_type = $message->getArg(Auth_OpenID_OPENID_NS,
724 sprintf($fmt, $session_type, $assoc_type));
743 'assoc_type' => $this->assoc_type,
1498 $assoc_type = ($assoc ? $assoc->assoc_type : 'HMAC-SHA1');
1520 * @param string $assoc_type
1526 Auth_OpenID_getSecretSize($assoc_type));
[all …]
H A DConsumer.php1580 if (($assoc_type === null) || ($session_type === null)) {
1582 } else if (!$this->negotiator->isAllowed($assoc_type,
1586 return [$assoc_type, $session_type];
1601 $endpoint, $assoc_type, $session_type);
1611 list($assoc_type, $session_type) = $supportedTypes;
1641 * @param string $assoc_type
1673 $assoc_type = $assoc_response->getArg(
1677 if (Auth_OpenID::isFailure($assoc_type)) {
1678 return $assoc_type;
1761 * @param string $assoc_type
[all …]
H A DSQLStore.php341 * @param string $assoc_type
345 $lifetime, $assoc_type) argument
354 $assoc_type,
367 $association->assoc_type
H A DMDB2Store.php292 "value" => $association->assoc_type