Home | Trees | Indices | Help |
---|
|
object --+ | openid.store.interface.OpenIDStore --+ | DjangoOpenIDStore
|
|||
|
|||
NoneType
|
|
||
Association or NoneType
|
|
||
bool or int
|
|
||
bool
|
|
||
int |
|
||
int |
|
||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
This method puts a
|
This method returns an If no handle is specified, the store may return any association which matches the server URL. If multiple associations are valid, the recommended return value for this method is the one most recently issued. This method is allowed (and encouraged) to garbage collect expired associations when found. This method must not return expired associations.
|
This method removes the matching association if it's found, and returns whether the association was removed or not.
|
Called when using a nonce. This method should return You may use
|
Remove expired nonces from the store. Discards any nonce from storage that is old enough that its timestamp would not pass useNonce. This method is not called in the normal operation of the library. It provides a way for store admins to keep their storage from filling up with expired data.
|
Remove expired associations from the store. This method is not called in the normal operation of the library. It provides a way for store admins to keep their storage from filling up with expired data.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:03 2012 | http://epydoc.sourceforge.net |