org.activemath.webapp.controller
Class Login

java.lang.Object
  extended by org.infohazard.maverick.ctl.Throwaway2
      extended by org.infohazard.maverick.ctl.ThrowawayBean2
          extended by org.activemath.webapp.base.ControllerBase
              extended by org.activemath.webapp.controller.Login
All Implemented Interfaces:
Controller

public class Login
extends ControllerBase

Login logic TODO: undo all login actions when we fail with error (um, identity, ...) Request parameters:


Field Summary
 
Fields inherited from class org.activemath.webapp.base.ControllerBase
appContext, defaultContentType, JSON, REDIRECT, REDIRECT_LOGIN, request, response, stopwatch
 
Fields inherited from class org.infohazard.maverick.ctl.Throwaway2
ERROR, SUCCESS
 
Constructor Summary
Login()
           
 
Method Summary
protected  String action()
          Implements the controller's action
 void setClientTime(long value)
           
 void setDest(String string)
           
 void setPassword(String string)
           
 void setPermanentLogin(boolean value)
           
 void setSpeech(String string)
           
 void setUser(String string)
           
 
Methods inherited from class org.activemath.webapp.base.ControllerBase
addError, addError, enableNoCache, escapeForHtmlSafety, getAccountManager, getAppSession, getCmdName, getCurrentUser, getErrors, getHttpSession, getLanguage, getModel, getOutputFormat, getRequest, getResponse, getSkin, hasErrors, perform, publishControllerEvent, sendError, sendError, sendJson, sendLoginRequired, sendRedirect, sendRedirect, setPasswd
 
Methods inherited from class org.infohazard.maverick.ctl.ThrowawayBean2
go
 
Methods inherited from class org.infohazard.maverick.ctl.Throwaway2
getCtx, go
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Login

public Login()
Method Detail

setUser

public void setUser(String string)
Overrides:
setUser in class ControllerBase

setPassword

public void setPassword(String string)

setSpeech

public void setSpeech(String string)

setClientTime

public void setClientTime(long value)

setPermanentLogin

public void setPermanentLogin(boolean value)

setDest

public void setDest(String string)

action

protected String action()
Implements the controller's action

Overrides:
action in class ControllerBase
See Also:
org.activemath.presentation.servlets.controller.AMController#action()