Package openid :: Package server :: Module server :: Class CheckIDRequest
[hide private]
[frames] | no frames]

Class CheckIDRequest

source code

   object --+    
            |    
OpenIDRequest --+
                |
               CheckIDRequest

A request to confirm the identity of a user.

This class handles requests for openid modes checkid_immediate and checkid_setup.

Instance Methods [hide private]
 
__init__(self, identity, return_to, trust_root=None, immediate=False, assoc_handle=None, op_endpoint=None, claimed_id=None)
Construct me.
source code
 
_getNamespace(self) source code
bool
idSelect(self)
Is the identifier to be selected by the IDP?
source code
bool
trustRootValid(self)
Is my return_to under my trust_root?
source code
bool
returnToVerified(self)
Does the relying party publish the return_to URL for this response under the realm? It is up to the provider to set a policy for what kinds of realms should be allowed.
source code
OpenIDResponse
answer(self, allow, server_url=None, identity=None, claimed_id=None)
Respond to this request.
source code
str
encodeToURL(self, server_url)
Encode this request as a URL to GET.
source code
str
getCancelURL(self)
Get the URL to cancel this request.
source code
 
__repr__(self)
repr(x)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
CheckIDRequest
fromMessage(klass, message, op_endpoint)
Construct me from an OpenID message.
source code
Class Variables [hide private]
str mode
the [hide private]
str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] str mode
the [hide private] <