| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
AuthenticationRequired Internal Exception class that is thrown inside AuthDigestMiddleware, but not visible to other code. |
|||
|
AuthTokenGenerator Generates authentification tokens for AuthDigestMiddleware. |
|||
|
NonceStoreBase Nonce storage interface. |
|||
|
StatelessNonceStore This is a stateless nonce storage that cannot check the usage count for a nonce and thus cannot protect against replay attacks. |
|||
|
MemoryNonceStore Simple in-memory mechanism to store nonces. |
|||
|
LazyDBAPI2Opener Connects to database on first request. |
|||
|
DBAPI2NonceStore A dbapi2-backed nonce store implementation suitable for usage with forking wsgi servers such as scgi.forkpool. |
|||
|
AuthDigestMiddleware Middleware partly implementing RFC2617. |
|||
|
|||
|
|||
|
|||
| str |
|
||
|
|||
sysrand = random.SystemRandom()
|
|||
|
|||
Generates a string of random base64 characters.
|
internal
|
internal method formatting a unix time to a fixed-length string
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat May 29 01:07:36 2010 | http://epydoc.sourceforge.net |