Home | Trees | Index | Help |
|
---|
Package openid :: Package extensions :: Module pape :: Class Response |
|
object
--+ |Extension
--+ | Response
Method Summary | |
---|---|
__init__(self,
auth_policies,
auth_age,
nist_auth_level)
| |
Add a authentication policy to this response | |
Response |
Create a object from a successful
OpenID library response ( )
response message (Class method)
|
| |
Parse the provider authentication policy arguments into the internal state of this object | |
Inherited from Extension :
toMessage
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Instance Variable Summary | |
---|---|
NoneType |
ns_uri : The namespace to which to add the arguments for this extension |
Class Variable Summary | |
---|---|
str |
ns_alias = 'pape'
|
Instance Method Details |
---|
addPolicyURI(self, policy_uri)Add a authentication policy to this response This method is intended to be used by the provider to add a policy that the provider conformed to when authenticating the user.
|
getExtensionArgs(self)
|
parseExtensionArgs(self, args, strict=False)Parse the provider authentication policy arguments into the internal state of this object
|
Class Method Details |
---|
fromSuccessResponse(cls, success_response)Create a object from a successful
OpenID library response ( )
response message
|
Instance Variable Details |
---|
ns_uriThe namespace to which to add the arguments for this extension
|
Class Variable Details |
---|
ns_alias
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Nov 14 17:47:20 2007 | http://epydoc.sf.net |