Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Module guard :: Class AuthForm |
|
Widget
--+ |Form
--+ | AuthForm
Method Summary | |
---|---|
Initialize, specifying various options. | |
didntGetIdentity(self,
unauth,
request)
| |
didntGetPerspective(self,
error,
request)
| |
Display the form. (inherited from Form )
| |
I display an HTML FORM according to the result of self.getFormFields. (inherited from Form )
| |
Format an error message. (inherited from Form )
| |
I return a list of lists describing this form, or a Deferred. (inherited from Form )
| |
Override me: I disambiguate between multiple forms of the same type. (inherited from Form )
| |
(inherited from Widget )
| |
gotIdentity(self,
ident,
password,
request,
perspectiveName)
| |
gotPerspective(self,
perspective,
request,
ident)
| |
passwordIsOk(self,
msg,
ident,
password,
request,
perspectiveName)
| |
Process the form results. | |
(inherited from Form )
| |
Utility method for re-drawing the form with an error message. (inherited from Form )
| |
(inherited from Form )
| |
(inherited from Form )
| |
(internal) Prepare arguments for self.process. (inherited from Form )
|
Class Variable Summary | |
---|---|
int |
formAcceptExtraArgs
|
list |
formFields
|
Method Details |
---|
__init__(self,
reqauth,
sessionIdentity=None,
sessionPerspective=None)
Initialize, specifying various options.
|
process(self, write, request, submit, username, password, perspective)Process the form results.
|
Class Variable Details |
---|
formAcceptExtraArgs
|
formFields
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:29:11 2003 | http://epydoc.sf.net |