Home | Trees | Index | Help |
|
---|
Package openid :: Package consumer :: Module consumer :: Class SuccessResponse |
|
object
--+ |Response
--+ | SuccessResponse
Method Summary | |
---|---|
__init__(self,
endpoint,
message,
signed_fields)
| |
__eq__(self,
other)
| |
__ne__(self,
other)
| |
__repr__(self)
| |
Return response arguments in the specified namespace. | |
str |
Get the openid.return_to argument from this response. |
Return the specified signed field if available, otherwise return default | |
Get signed arguments from the response message. | |
Was this authentication response an OpenID 1 authentication response? | |
Return whether a particular key is signed, regardless of its namespace alias | |
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__str__
|
Instance Variable Summary | |
---|---|
OpenIDServiceEndpoint |
endpoint : The endpoint that authenticated the identifier. |
identity_url : The identity URL that has been authenticated; the Claimed
Identifier. | |
signed_fields : The arguments in the server's response that were signed and
verified. |
Class Variable Summary | |
---|---|
str |
status : SUCCESS |
Method Details |
---|
extensionResponse(self, namespace_uri, require_signed)Return response arguments in the specified namespace.
|
getReturnTo(self)Get the openid.return_to argument from this response. This is useful for verifying that this request was initiated by this consumer.
|
getSigned(self, ns_uri, ns_key, default=None)Return the specified signed field if available, otherwise return default |
getSignedNS(self, ns_uri)Get signed arguments from the response message. Return a dict of all arguments in the specified namespace. If any of the arguments are not signed, return None. |
isOpenID1(self)Was this authentication response an OpenID 1 authentication response? |
isSigned(self, ns_uri, ns_key)Return whether a particular key is signed, regardless of its namespace alias |
Instance Variable Details |
---|
endpointThe endpoint that authenticated the identifier. You may access other discovered information related to this endpoint, such as the CanonicalID of an XRI, through this object.
|
identity_urlThe identity URL that has been authenticated; the Claimed Identifier. See alsogetDisplayIdentifier .
|
signed_fieldsThe arguments in the server's response that were signed and verified. |
Class Variable Details |
---|
statusSUCCESS
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Apr 22 16:14:21 2009 | http://epydoc.sf.net |