An attribute exchange 'fetch_request' message. This message is sent by
a relying party when it wishes to obtain attributes about the subject of
an OpenID authentication request.
|
__init__(self,
update_url=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
add(self,
attribute)
Add an attribute to this attribute exchange request. |
source code
|
|
{unicode:unicode}
|
|
[str]
|
|
|
|
|
iterAttrs(self)
Iterate over the AttrInfo objects that are contained in this
fetch_request. |
source code
|
|
|
__iter__(self)
Iterate over the attribute type URIs in this fetch_request |
source code
|
|
|
has_key(self,
type_uri)
Is the given type URI present in this fetch_request? |
source code
|
|
|
__contains__(self,
type_uri)
Is the given type URI present in this fetch_request? |
source code
|
|
Inherited from extension.Extension :
toMessage
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|