Class OpenID::Server::PlainTextServerSession
In: lib/openid/server.rb
Parent: BaseServerSession

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

See OpenID Specs, Section 8: Establishing Associations <openid.net/specs/openid-authentication-2_0-12.html#associations>

Methods

answer   from_message   new  

Attributes

session_type  [R]  The session_type for this association session. There is no type defined for plain-text in the OpenID specification, so we use ‘no-encryption’.

Public Class methods

Public Instance methods

[Validate]