lumis.portal.authentication
Class LoginControllerHtml

Package class diagram package LoginControllerHtml
java.lang.Object
  extended by lumis.portal.controller.ControllerHtml
      extended by lumis.portal.authentication.LoginControllerHtml

public class LoginControllerHtml
extends ControllerHtml

Controller responsible to handle login and logout operations.

Since:
4.0.0

Field Summary
 
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
 
Constructor Summary
LoginControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
           
 
Method Summary
 void handleLogin(ITransaction transaction)
           
 void handleLogout(ITransaction transaction)
           
 void handleRequest()
           
 
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginControllerHtml

public LoginControllerHtml(HttpServletRequest request,
                           HttpServletResponse response,
                           PageContext pageContext)
                    throws ControllerException,
                           PortalException
Parameters:
request -
response -
pageContext -
Throws:
ControllerException
PortalException
Method Detail

handleRequest

public void handleRequest()
                   throws Exception
Throws:
Exception

handleLogout

public void handleLogout(ITransaction transaction)
                  throws ControllerException,
                         PortalException
Throws:
ControllerException
PortalException

handleLogin

public void handleLogin(ITransaction transaction)
                 throws ControllerException,
                        PortalException
Throws:
ControllerException
PortalException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.