Home | Trees | Indices | Help |
|
---|
|
object --+ | IdentityVisitPlugin
Visit plug-in tying the Identity framework to the visit management.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Retrieve identity information from the HTTP request. Checks first for form fields defining the identity then for a cookie. If no identity is found, returns an anonymous identity. |
Decode base64 user_name:password credentials used in Basic Auth. Returns a list with username in element 0 and password in element 1. |
Try to get authentication data from Authorization request header. Only HTTP basic auth is handled at the moment. |
Inspect the request params to pull out identity information. Must have fields for user name, password, and a login submit button. Returns an identity object whose class depends on the current identity provider or None if the form contained no identity information or the information was incorrect. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 14 21:45:37 2011 | http://epydoc.sourceforge.net |