This is a memcached-based store for OpenID associations and nonces.
As memcache has limit of 250 chars for key length, server_url, handle and salt are hashed with sha1().
Most of the methods of this class are implementation details. People wishing to just use this store need only pay attention to the constructor.
Located in /Auth/OpenID/MemcachedStore.php (line 36)
Auth_OpenID_OpenIDStore | --Auth_OpenID_MemcachedStore
Initializes a new Auth_OpenID_MemcachedStore instance.
Just saves memcached object as property.
Memcache key is prefixed with 'openid_association_' string.
Memcache key is prefixed with 'openid_association_' string.
Read association from memcached. If no handle given
and multiple associations found, returns latest issued
Immediately delete association from memcache.
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.
Report that this storage doesn't support cleanup
Create nonce for server and salt, expiring after $Auth_OpenID_SKEW seconds.
Inherited From Auth_OpenID_OpenIDStore
Auth_OpenID_OpenIDStore::cleanup()
Auth_OpenID_OpenIDStore::cleanupAssociations()
Auth_OpenID_OpenIDStore::cleanupNonces()
Auth_OpenID_OpenIDStore::getAssociation()
Auth_OpenID_OpenIDStore::removeAssociation()
Auth_OpenID_OpenIDStore::reset()
Auth_OpenID_OpenIDStore::storeAssociation()
Auth_OpenID_OpenIDStore::supportsCleanup()
Auth_OpenID_OpenIDStore::useNonce()
Documentation generated on Thu, 29 Jul 2010 13:58:56 -0700 by phpDocumentor 1.4.3