Home
last modified time | relevance | path

Searched refs:associationKey (Results 1 – 3 of 3) sorted by relevance

/plugin/openid/Auth/OpenID/
H A DPredisStore.php63 $associationKey = $this->associationKey($server_url,
70 $associationKey
86 $associationKey,
101 $this->associationKey($server_url, $handle)
121 private function getAssociationFromServer($associationKey) argument
123 $association = $this->redis->get($associationKey);
134 $associationKey = $this->associationKey($server_url,
138 $removed = $this->redis->lrem($serverKey, 0, $associationKey);
144 return $this->redis->del($associationKey);
185 function associationKey($server_url, $handle = null) function in Auth_OpenID_PredisStore
H A DMemcachedStore.php68 $associationKey = $this->associationKey($server_url,
80 $serverAssociations[$association->issued] = $associationKey;
90 $associationKey,
110 $this->associationKey($server_url, $handle));
147 $associationKey = $this->associationKey($server_url,
159 if (!array_key_exists($associationKey, $serverAssociations)) {
164 unset($serverAssociations[$associationKey]);
175 return $this->connection->delete($associationKey);
212 function associationKey($server_url, $handle = null) function in Auth_OpenID_MemcachedStore
/plugin/fedauth/Auth/OpenID/
H A DMemcachedStore.php59 $associationKey = $this->associationKey($server_url,
71 $serverAssociations[$association->issued] = $associationKey;
81 $associationKey,
97 $this->associationKey($server_url, $handle));
130 $associationKey = $this->associationKey($server_url,
142 if (!array_key_exists($associationKey, $serverAssociations)) {
147 unset($serverAssociations[$associationKey]);
158 return $this->connection->delete($associationKey);
186 function associationKey($server_url, $handle = null) function in Auth_OpenID_MemcachedStore