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

Class PlainTextServerSession

source code

object --+
         |
        PlainTextServerSession

An object that knows how to handle association requests with no session type.


See Also:
OpenID Specs, Mode: associate, AssociateRequest
Instance Methods
 
answer(self, secret) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods
 
fromMessage(cls, unused_request) source code
Class Variables
str session_type = 'no-encryption'
The session_type for this association session.
  allowed_assoc_types = ['HMAC-SHA1', 'HMAC-SHA256']
Properties

Inherited from object: __class__

Class Variable Details

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'