Home | Trees | Indices | Help |
---|
|
Extension argument processing code
|
|||
UndefinedOpenIDNamespace Raised if the generic OpenID namespace is accessed when there is no OpenID namespace set for this message. |
|||
InvalidOpenIDNamespace Raised if openid.ns is not a recognized value. |
|||
NamespaceAliasRegistrationError Raised when an alias or namespace URI has already been registered. |
|||
Message In the implementation of this object, None represents the global namespace as well as a namespace with no key. |
|||
NamespaceMap Maintains a bijective map between namespace uris and aliases. |
|
|||
|
|
|||
IDENTIFIER_SELECT =
|
|||
SREG_URI =
|
|||
OPENID1_NS =
|
|||
THE_OTHER_OPENID1_NS =
|
|||
OPENID1_NAMESPACES =
|
|||
OPENID2_NS =
|
|||
NULL_NAMESPACE = <Symbol Null namespace>
|
|||
OPENID_NS = <Symbol OpenID namespace>
|
|||
BARE_NS = <Symbol Bare namespace>
|
|||
OPENID1_URL_LIMIT = 2047
|
|||
OPENID_PROTOCOL_FIELDS =
|
|||
no_default = <__builtin__.object object>
|
|||
registered_aliases =
|
|||
__package__ =
|
|
Registers a (namespace URI, alias) mapping in a global namespace alias map. Raises NamespaceAliasRegistrationError if either the namespace URI or alias has already been registered with a different value. This function is required if you want to use a namespace with an OpenID 1 message. |
|
IDENTIFIER_SELECT
|
OPENID1_NAMESPACES
|
OPENID_PROTOCOL_FIELDS
|
registered_aliases
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 1 23:34:52 2014 | http://epydoc.sourceforge.net |