Part of twisted.web.guard View Source View In Hierarchy
| Method | __init__ | Initialize, specifying various options. |
| Method | gotPerspective | Undocumented |
| Method | didntGetPerspective | Undocumented |
| Method | gotIdentity | Undocumented |
| Method | passwordIsOk | Undocumented |
| Method | didntGetIdentity | Undocumented |
| Method | process | Process the form results. |
Inherited from Form:
| Method | getFormFields | I return a list of lists describing this form, or a Deferred. |
| Method | format | I display an HTML FORM according to the result of self.getFormFields. |
| Method | getFormID | Override me: I disambiguate between multiple forms of the same type. |
| Method | formatError | Format an error message. |
| Method | shouldProcess | Undocumented |
| Method | tryAgain | Utility method for re-drawing the form with an error message. |
| Method | display | Display the form. |
| Method | _doProcess | (internal) Prepare arguments for self.process. |
| Method | _displayProcess | Undocumented |
| Method | _displayFormat | Undocumented |
Inherited from Widget (via Form):
| Method | getTitle | Undocumented |
| Parameters | reqauth | a web.resource.Resource instance, indicating which resource a user will be logging into with this form; this must specify a serviceName attribute which indicates the name of the service from which perspectives will be requested. |
| sessionIdentity | if specified, the name of the attribute on the user's session to set for the identity they get from logging in to this form. | |
| sessionPerspective | if specified, the name of the attribute on the user's session to set for the perspective they get from logging in to this form. |