Package openid :: Package store :: Module memstore :: Class MemoryStore
[frames | no frames]

Type MemoryStore

object --+
         |
        MemoryStore


In-process memory store.

Use for single long-running processes. No persistence supplied.
Method Summary
  __init__(self)
  __eq__(self, other)
  __ne__(self, other)
  cleanupAssociations(self)
  cleanupNonces(self)
  getAssociation(self, server_url, handle)
  removeAssociation(self, server_url, handle)
  storeAssociation(self, server_url, assoc)
  useNonce(self, server_url, timestamp, salt)
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Generated by Epydoc 2.1 on Wed Nov 14 17:47:20 2007 http://epydoc.sf.net