| Home | Trees | Index | Help |
|
|---|
| Package openid :: Package server :: Module server :: Class CheckAuthRequest |
|
object--+ |OpenIDRequest--+ | CheckAuthRequest
See Also: OpenID Specs, Mode: check_authentication
| Method Summary | |
|---|---|
Construct me. | |
__str__(self)
| |
OpenIDResponse
|
Respond to this request. |
CheckAuthRequest
|
Construct me from a web query. (Class method) |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__
| |
| Instance Variable Summary | |
|---|---|
| str | assoc_handle: The association handle the response was signed
with. |
| str | invalidate_handle: An association handle the client is asking about the
validity of. |
| str | sig: The signature to check. |
| list of pairs | signed: The ordered list of signed items you want to check. |
| Class Variable Summary | |
|---|---|
| str | mode: "check_authentication" |
| Instance Method Details |
|---|
__init__(self,
assoc_handle,
sig,
signed,
invalidate_handle=None)
|
answer(self, signatory)Respond to this request. Given aSignatory, I can check the validity of
the signature and the invalidate_handle.
|
| Class Method Details |
|---|
fromQuery(klass, query)Construct me from a web query.
|
| Instance Variable Details |
|---|
assoc_handleThe association handle the response was signed with.
|
invalidate_handleAn association handle the client is asking about the validity of. Optional, may beNone.
|
sigThe signature to check.
|
signedThe ordered list of signed items you want to check.
|
| Class Variable Details |
|---|
mode"check_authentication"
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jun 11 13:48:25 2007 | http://epydoc.sf.net |