Home | Trees | Index | Help |
|
---|
Package openid :: Package server :: Module server :: Class ProtocolError |
|
object
--+ |BaseException
--+ |Exception
--+ | ProtocolError
MalformedReturnURL
,
MalformedTrustRoot
,
UntrustedReturnURL
Method Summary | |
---|---|
When an error occurs. | |
encodeToKVForm(self)
| |
encodeToURL(self)
| |
str |
Get the return_to argument from the request, if any. |
bool |
Did this request have a return_to parameter? |
Encode to HTML form markup for POST. | |
Encode to a full HTML page, wrapping the form markup in a page that will autosubmit the form. | |
Generate a Message object for sending to the relying party, after encoding. | |
How should I be encoded? | |
Inherited from Exception :
__new__
Inherited from BaseException :
__delattr__ ,
__getattribute__ ,
__getitem__ ,
__getslice__ ,
__reduce__ ,
__repr__ ,
__setattr__ ,
__setstate__ ,
__str__
Inherited from object :
__hash__ ,
__reduce_ex__
|
Instance Variable Summary | |
---|---|
openid.message.Message | message : The query that is failing to be a valid OpenID request. |
Class Variable Summary | |
---|---|
Inherited from BaseException :
args
|
Method Details |
---|
__init__(self,
message,
text=None,
reference=None,
contact=None)
When an error occurs.
|
getReturnTo(self)Get the return_to argument from the request, if any.
|
hasReturnTo(self)Did this request have a return_to parameter?
|
toFormMarkup(self)Encode to HTML form markup for POST.
|
toHTML(self)Encode to a full HTML page, wrapping the form markup in a page that will autosubmit the form.
|
toMessage(self)Generate a Message object for sending to the relying party, after encoding. |
whichEncoding(self)How should I be encoded?
|
Instance Variable Details |
---|
messageThe query that is failing to be a valid OpenID request.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jun 6 15:54:34 2008 | http://epydoc.sf.net |