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

Class MemoryStore

source code

object --+
         |
        MemoryStore

In-process memory store.

Use for single long-running processes. No persistence supplied.

Instance Methods [hide private]
  __init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  storeAssociation(self, server_url, assoc)
  getAssociation(self, server_url, handle=None)
  removeAssociation(self, server_url, handle)
  useNonce(self, server_url, timestamp, salt)
  cleanupNonces(self)
  cleanupAssociations(self)
  __eq__(self, other)
  __ne__(self, other)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

storeAssociation(self, server_url, assoc)

source code 

getAssociation(self, server_url, handle=None)

source code 

removeAssociation(self, server_url, handle)

source code 

useNonce(self, server_url, timestamp, salt)

source code 

cleanupNonces(self)

source code 

cleanupAssociations(self)

source code 

__eq__(self, other)
(Equality operator)

source code 

__ne__(self, other)

source code