org.objectweb.petals.tools.webadmin.ui.logon
Class LogonUtil

java.lang.Object
  extended by org.objectweb.petals.tools.webadmin.ui.logon.LogonUtil

public class LogonUtil
extends java.lang.Object

util class for login system

Author:
mcarpentier - EBM Websourcing

Constructor Summary
LogonUtil()
           
 
Method Summary
static org.apache.struts.action.ActionForward getLogonForward(javax.servlet.http.HttpServletRequest iRequest)
          Initiates the logon process, and then comes back to the given request URL.
static org.apache.struts.action.ActionForward getLogonForward(java.lang.String iNextUrl)
          Initiates the logon process, and then comes back to the given request URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogonUtil

public LogonUtil()
Method Detail

getLogonForward

public static org.apache.struts.action.ActionForward getLogonForward(javax.servlet.http.HttpServletRequest iRequest)
Initiates the logon process, and then comes back to the given request URL.

Parameters:
iRequest - the current request
Returns:

getLogonForward

public static org.apache.struts.action.ActionForward getLogonForward(java.lang.String iNextUrl)
Initiates the logon process, and then comes back to the given request URL.

Parameters:
iNextUrl -
Returns:


Copyright © 2005-2007 ObjectWeb Consortium. All Rights Reserved.