| Home | Trees | Index | Help |
|
|---|
| Package openid :: Package server :: Module server :: Class AssociateRequest |
|
object--+ |OpenIDRequest--+ | AssociateRequest
See Also: OpenID Specs, Mode: associate
| Method Summary | |
|---|---|
Construct me. | |
OpenIDResponse
|
Respond to this request with an association. |
AssociateRequest
|
Construct me from a web query. (Class method) |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Instance Variable Summary | |
|---|---|
| str | assoc_type: The type of association. |
session: An object that knows how to handle association requests of a certain
type. | |
| Class Variable Summary | |
|---|---|
| str | mode: "check_authentication" |
dict |
session_classes = {None: <class 'openid.server.server.Pl...
|
| Instance Method Details |
|---|
__init__(self,
session)
|
answer(self, assoc)Respond to this request with an association.
|
| Class Method Details |
|---|
fromQuery(klass, query)Construct me from a web query.
|
| Instance Variable Details |
|---|
assoc_typeThe type of association. The protocol currently only defines one value for this, "HMAC-SHA1".
|
sessionAn object that knows how to handle association requests of a certain type. |
| Class Variable Details |
|---|
mode"check_authentication"
|
session_classes
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jun 11 13:59:42 2007 | http://epydoc.sf.net |