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. |
Respond to this request indicating that the association type or association session type is not supported. | |
AssociateRequest
|
Construct me from an OpenID Message. (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 = {'no-encryption': <class 'openid.serve...
|
Instance Method Details |
---|
__init__(self,
session,
assoc_type)
|
answer(self, assoc)Respond to this request with an association.
|
answerUnsupported(self, message, preferred_association_type=None, preferred_session_type=None)Respond to this request indicating that the association type or association session type is not supported. |
Class Method Details |
---|
fromMessage(klass, message, op_endpoint=None)Construct me from an OpenID Message.
|
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 "
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jun 6 15:54:35 2008 | http://epydoc.sf.net |