Trees | Index | Help |
---|
Package WebStack :: Package Resources :: Module Login :: Class LoginResource |
|
Method Summary | |
---|---|
Initialise the resource with an 'authenticator'. | |
Respond using the transaction 'trans'. | |
Decode the given 'url' for redirection purposes. | |
Redirect the client using 'trans' and the given 'redirect' URL. | |
Writes a login screen using the transaction 'trans', including details of the 'redirect' URL which the client was attempting to access. | |
_show_success(self,
trans,
redirect)
|
Method Details |
---|
__init__(self,
authenticator,
use_redirect=1)
|
respond(self, trans)Respond using the transaction 'trans'. |
_decode(self, url)Decode the given 'url' for redirection purposes. |
_redirect(self, trans, redirect)Redirect the client using 'trans' and the given 'redirect' URL. |
_show_login(self, trans, redirect)Writes a login screen using the transaction 'trans', including details of the 'redirect' URL which the client was attempting to access. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Jul 22 23:16:52 2005 | http://epydoc.sf.net |