Home | Trees | Indices | Help |
|
---|
|
This module contains code for dealing with associations between
consumers and servers. Associations contain a shared secret that is used
to sign openid.mode=id_res
messages.
SessionNegotiator
when managing associations,
which enables users to express a preference for what kind of associations
should be allowed, and what kind of exchange should be done to establish
the association.
|
|||
SessionNegotiator A session negotiator controls the allowed and preferred association types and association session types. |
|||
Association This class represents an association between a server and a consumer. |
|
|||
default_negotiator = <openid.association.SessionNegotiator object at 0xb7... A SessionNegotiator that allows all association
types that are specified by the OpenID specification.
|
|||
encrypted_negotiator = <openid.association.SessionNegotiator object at 0xb7... A SessionNegotiator that does not support
'no-encryption' associations.
|
|
default_negotiatorA SessionNegotiator that allows all association
types that are specified by the OpenID specification. It prefers to use
HMAC-SHA1/DH-SHA1, if it's available. If HMAC-SHA256 is not supported by
your Python runtime, HMAC-SHA256 and DH-SHA256 will not be available.
|
encrypted_negotiatorA SessionNegotiator that does not support
'no-encryption' associations. It prefers HMAC-SHA1/DH-SHA1
association types if available.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Jun 22 21:41:45 2007 | http://epydoc.sourceforge.net |