Method |
Description |
|
__construct ( $connection, $compress = false ) |
Initializes a new {@link Auth_OpenID_MemcachedStore} instance. |
|
associationKey ( $server_url, $handle = null ) |
Memcache key is prefixed with 'openid_association_' string. |
|
associationServerKey ( $server_url ) |
Memcache key is prefixed with 'openid_association_' string. |
|
getAssociation ( $server_url, $handle = null ) |
Read association from memcached. If no handle given
and multiple associations found, returns latest issued |
|
removeAssociation ( $server_url, $handle ) |
Immediately delete association from memcache. |
|
storeAssociation ( $server_url, $association ) |
Store association until its expiration time in memcached. |
|
supportsCleanup ( ) |
Report that this storage doesn't support cleanup |
|
useNonce ( $server_url, $timestamp, $salt ) |
Create nonce for server and salt, expiring after
$Auth_OpenID_SKEW seconds. |
|