Package openid :: Package server :: Module server :: Class PlainTextServerSession
[frames | no frames]

Type PlainTextServerSession

object --+
         |
        PlainTextServerSession


An object that knows how to handle association requests with no session type.
See Also:
OpenID Specs, Mode: associate, AssociateRequest
Method Summary
  answer(self, secret)
  fromMessage(cls, unused_request)
(Class method)
Inherited from object: __init__, __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variable Summary
list allowed_assoc_types = ['HMAC-SHA1', 'HMAC-SHA256']
str session_type: The session_type for this association session.

Class Variable Details

allowed_assoc_types

Type:
list
Value:
['HMAC-SHA1', 'HMAC-SHA256']                                           

session_type

The session_type for this association session. There is no type defined for plain-text in the OpenID specification, so we use 'no-encryption'.
Type:
str
Value:
'no-encryption'                                                        

Generated by Epydoc 2.1 on Wed Apr 22 16:14:21 2009 http://epydoc.sf.net