Trees | Index | Help |
---|
Package WebStack :: Package Resources :: Module Login :: Class LoginResource |
|
Method Summary | |
---|---|
Initialise the resource with an 'authenticator'. | |
Respond using the transaction 'trans'. | |
Redirect the client using 'trans' and the given 'app', 'path' and 'qs' details. | |
Writes a login screen using the transaction 'trans', including details of the 'app', 'path' and 'qs' which the client was attempting to access. | |
_show_success(self,
trans,
app,
path,
qs)
|
Class Variable Summary | |
---|---|
str |
encoding = 'utf-8'
|
Method Details |
---|
__init__(self,
authenticator,
use_redirect=1,
urlencoding=None)
|
respond(self, trans)Respond using the transaction 'trans'. |
_redirect(self, trans, app, path, qs)Redirect the client using 'trans' and the given 'app', 'path' and 'qs' details. |
_show_login(self, trans, app, path, qs)Writes a login screen using the transaction 'trans', including details of the 'app', 'path' and 'qs' which the client was attempting to access. |
Class Variable Details |
---|
encoding
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Dec 6 18:20:22 2005 | http://epydoc.sf.net |