|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.user.AdminLoginJspBean
public class AdminLoginJspBean
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 |
---|
public AdminLoginJspBean()
Method Detail |
---|
public java.lang.String getLogin(javax.servlet.http.HttpServletRequest request)
request
- The request
public java.lang.String getForgotPassword(javax.servlet.http.HttpServletRequest request)
request
- The request
public java.lang.String getFormContact(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String doLogin(javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
request
- The HTTP Request
java.lang.Exception
- The exceptionpublic java.lang.String doForgotPassword(javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
request
- The HTTP Request
java.lang.Exception
- The exceptionpublic java.lang.String doFormContact(javax.servlet.http.HttpServletRequest request)
request
- The HttpServletRequest
public java.lang.String doLogout(javax.servlet.http.HttpServletRequest request)
request
- Http request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |