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

java.lang.Object
  extended by fr.paris.lutece.portal.web.user.AdminLoginJspBean
All Implemented Interfaces:
Serializable

public class AdminLoginJspBean
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
AdminLoginJspBean()
           
 
Method Summary
 String doForgotLogin(javax.servlet.http.HttpServletRequest request)
          Process the sending of the login
 String doForgotPassword(javax.servlet.http.HttpServletRequest request)
          Process the sending to user password
 String doFormContact(javax.servlet.http.HttpServletRequest request)
          Send the message to the adminsitrator(s)
 String doLogin(javax.servlet.http.HttpServletRequest request)
          Process the login of user
 String doLogout(javax.servlet.http.HttpServletRequest request)
          Process the logout of user
 String getForgotLogin(javax.servlet.http.HttpServletRequest request)
          Returns the view of forgot password form
 String getForgotPassword(javax.servlet.http.HttpServletRequest request)
          Returns the view of forgot password form
 String getFormContact(javax.servlet.http.HttpServletRequest request)
          Get the admin contact form
 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 String getLogin(javax.servlet.http.HttpServletRequest request)
Returns the view of login form

Parameters:
request - The request
Returns:
The HTML form

getForgotPassword

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

Parameters:
request - The request
Returns:
The HTML form

getForgotLogin

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

Parameters:
request - The request
Returns:
The HTML form

getFormContact

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

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

doLogin

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

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

doForgotPassword

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

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

doForgotLogin

public String doForgotLogin(javax.servlet.http.HttpServletRequest request)
                     throws Exception
Process the sending of the login

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

doFormContact

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

Parameters:
request - The HttpServletRequest
Returns:
an adminMessage

doLogout

public 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 © 2014 Mairie de Paris. All Rights Reserved.