fr.paris.lutece.portal.web.user
Class AdminLoginJspBean

java.lang.Object
  extended by fr.paris.lutece.portal.web.user.AdminLoginJspBean

public class AdminLoginJspBean
extends java.lang.Object

This class provides the user interface to manage login features ( login, logout, ... )


Constructor Summary
AdminLoginJspBean()
           
 
Method Summary
 java.lang.String doForgotPassword(javax.servlet.http.HttpServletRequest request)
          Process the sending to user password
 java.lang.String doFormContact(javax.servlet.http.HttpServletRequest request)
          Send the message to the adminsitrator(s)
 java.lang.String doLogin(javax.servlet.http.HttpServletRequest request)
          Process the login of user
 java.lang.String doLogout(javax.servlet.http.HttpServletRequest request)
          Process the logout of user
 java.lang.String getForgotPassword(javax.servlet.http.HttpServletRequest request)
          Returns the view of forgot password form
 java.lang.String getFormContact(javax.servlet.http.HttpServletRequest request)
          Get the admin contact form
 java.lang.String getLogin(javax.servlet.http.HttpServletRequest request)
          Returns the view of login form
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminLoginJspBean

public AdminLoginJspBean()
Method Detail

getLogin

public java.lang.String getLogin(javax.servlet.http.HttpServletRequest request)
Returns the view of login form

Parameters:
request - The request
Returns:
The HTML form

getForgotPassword

public java.lang.String getForgotPassword(javax.servlet.http.HttpServletRequest request)
Returns the view of forgot password form

Parameters:
request - The request
Returns:
The HTML form

getFormContact

public java.lang.String getFormContact(javax.servlet.http.HttpServletRequest request)
Get the admin contact form

Parameters:
request - The Http request
Returns:
The HTML form

doLogin

public java.lang.String doLogin(javax.servlet.http.HttpServletRequest request)
                         throws java.lang.Exception
Process the login of user

Parameters:
request - The HTTP Request
Returns:
The Jsp URL of the process result
Throws:
java.lang.Exception - The exception

doForgotPassword

public java.lang.String doForgotPassword(javax.servlet.http.HttpServletRequest request)
                                  throws java.lang.Exception
Process the sending to user password

Parameters:
request - The HTTP Request
Returns:
The Jsp URL of the process result
Throws:
java.lang.Exception - The exception

doFormContact

public java.lang.String doFormContact(javax.servlet.http.HttpServletRequest request)
Send the message to the adminsitrator(s)

Parameters:
request - The HttpServletRequest
Returns:
an adminMessage

doLogout

public java.lang.String doLogout(javax.servlet.http.HttpServletRequest request)
Process the logout of user

Parameters:
request - Http request
Returns:
The Jsp URL of the process result


Copyright © 2010 Mairie de Paris. All Rights Reserved.