Home | Trees | Indices | Help |
|
---|
|
object --+ | OpenIDRequest --+ | AssociateRequest
See Also: OpenID Specs, Mode: associate
|
|||
__init__(self,
session,
assoc_type) Construct me. |
|||
OpenIDResponse |
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. |
|||
Inherited from |
|
|||
AssociateRequest |
fromMessage(klass,
message,
op_endpoint=None) Construct me from an OpenID Message. |
|
|||
str |
mode = 'associate' the openid.mode of this request.
|
||
session_classes = {'no-encryption': <class 'openid.server.server.Plain...
|
|
|||
str |
assoc_type The type of association. |
||
session An object that knows how to handle association requests of a certain type. |
|
|||
Inherited from |
|
Construct me. The session is assigned directly as a class attribute. See my class documentation for its description.
|
Construct me from an OpenID Message.
|
Respond to this request with an association.
|
Respond to this request indicating that the association type or association session type is not supported. |
|
session_classes
|
|
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. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Jun 22 21:41:46 2007 | http://epydoc.sourceforge.net |