API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
Auth_OpenID_MemcachedStore::associationKey | ( | $ | server_url, |
$ | handle = null |
||
) |
Memcache key is prefixed with 'openid_association_' string.
Auth_OpenID_MemcachedStore::associationServerKey | ( | $ | server_url | ) |
Memcache key is prefixed with 'openid_association_' string.
Auth_OpenID_MemcachedStore::Auth_OpenID_MemcachedStore | ( | $ | connection, |
$ | compress = false |
||
) |
Initializes a new Auth_OpenID_MemcachedStore instance. Just saves memcached object as property.
resource | connection Memcache connection resourse |
Références $compress.
Auth_OpenID_MemcachedStore::getAssociation | ( | $ | server_url, |
$ | handle = null |
||
) |
Read association from memcached. If no handle given and multiple associations found, returns latest issued
Réimplémentée à partir de Auth_OpenID_OpenIDStore.
Auth_OpenID_MemcachedStore::removeAssociation | ( | $ | server_url, |
$ | handle | ||
) |
Immediately delete association from memcache.
Réimplémentée à partir de Auth_OpenID_OpenIDStore.
Auth_OpenID_MemcachedStore::storeAssociation | ( | $ | server_url, |
$ | association | ||
) |
Store association until its expiration time in memcached. Overwrites any existing association with same server_url and handle. Handles list of associations for every server.
Réimplémentée à partir de Auth_OpenID_OpenIDStore.
Auth_OpenID_MemcachedStore::supportsCleanup | ( | ) |
Report that this storage doesn't support cleanup
Réimplémentée à partir de Auth_OpenID_OpenIDStore.
Auth_OpenID_MemcachedStore::useNonce | ( | $ | server_url, |
$ | timestamp, | ||
$ | salt | ||
) |
Create nonce for server and salt, expiring after $Auth_OpenID_SKEW seconds.
Réimplémentée à partir de Auth_OpenID_OpenIDStore.
Références $Auth_OpenID_SKEW.