Home | Trees | Index | Help |
|
---|
Package openid :: Package extensions :: Module ax :: Class FetchRequest |
|
object
--+ |Extension
--+ |AXMessage
--+ | FetchRequest
Method Summary | |
---|---|
__init__(self,
update_url)
| |
Is the given type URI present in this fetch_request? | |
Iterate over the attribute type URIs in this fetch_request | |
Add an attribute to this attribute exchange request. | |
or
None
|
Extract a FetchRequest from an OpenID message (Class method) |
{unicode:unicode} |
Get the serialized form of this attribute fetch request. |
[str] |
Get the type URIs for all attributes that have been marked as required. |
Is the given type URI present in this fetch_request? | |
Iterate over the AttrInfo objects that are contained in this fetch_request. | |
Given attribute exchange arguments, populate this FetchRequest. | |
Inherited from Extension :
toMessage
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Instance Variable Summary | |
---|---|
{str:AttrInfo} | requested_attributes : The attributes that have been requested thus far, indexed by the type
URI. |
update_url : A URL that will accept responses for this attribute exchange request,
even in the absence of the user who made this request. | |
Class Variable Summary | |
---|---|
NoneType |
mode : The type of this attribute exchange message. |
Instance Method Details |
---|
__contains__(self,
type_uri)
Is the given type URI present in this fetch_request?
|
__iter__(self)Iterate over the attribute type URIs in this fetch_request |
add(self, attribute)Add an attribute to this attribute exchange request.
|
getExtensionArgs(self)Get the serialized form of this attribute fetch request.
|
getRequiredAttrs(self)Get the type URIs for all attributes that have been marked as required.
|
has_key(self, type_uri)Is the given type URI present in this fetch_request? |
iterAttrs(self)Iterate over the AttrInfo objects that are contained in this fetch_request. |
parseExtensionArgs(self, ax_args)Given attribute exchange arguments, populate this FetchRequest.
|
Class Method Details |
---|
fromOpenIDRequest(cls, openid_request)Extract a FetchRequest from an OpenID message
|
Instance Variable Details |
---|
requested_attributesThe attributes that have been requested thus far, indexed by the type URI.
|
update_urlA URL that will accept responses for this attribute exchange request, even in the absence of the user who made this request. |
Class Variable Details |
---|
modeThe type of this attribute exchange message. This must be overridden in subclasses.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jun 6 15:54:34 2008 | http://epydoc.sf.net |