|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.mylutece.web.MyLuteceApp
public class MyLuteceApp
This class provides the XPageApp that manage personalization features for Lutece : login, account management, ...
Constructor Summary | |
---|---|
MyLuteceApp()
Constructor |
Method Summary | |
---|---|
java.lang.String |
doLogin(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoMyLuteceLogin.jsp |
java.lang.String |
doLogout(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoMyLuteceLogout.jsp |
static java.lang.String |
getAccessControledTemplate()
Returns the template for access controled |
static java.lang.String |
getAccessDeniedTemplate()
Returns the template for access denied |
static java.lang.String |
getDefaultRedirectUrl()
Returns the Default redirect URL of the Authentication Service |
static java.lang.String |
getDoLoginUrl()
Returns the DoLogin URL of the Authentication Service |
static java.lang.String |
getDoLogoutUrl()
Returns the DoLogout URL of the Authentication Service |
static java.lang.String |
getLoginPageUrl()
Returns the Login page URL of the Authentication Service |
static java.lang.String |
getLostPasswordUrl()
Returns the Lost Password URL of the Authentication Service |
static java.lang.String |
getNewAccountUrl()
Returns the NewAccount URL of the Authentication Service |
fr.paris.lutece.portal.web.xpages.XPage |
getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
This method builds a XPage object corresponding to the request |
static java.lang.String |
getResetPasswordUrl(javax.servlet.http.HttpServletRequest request)
Returns the Reset Password URL of the Authentication Service |
static java.lang.String |
getViewAccountUrl()
Returns the ViewAccount URL of the Authentication Service |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyLuteceApp()
Method Detail |
---|
public fr.paris.lutece.portal.web.xpages.XPage getPage(javax.servlet.http.HttpServletRequest request, int nMode, fr.paris.lutece.portal.service.plugin.Plugin plugin)
getPage
in interface fr.paris.lutece.portal.web.xpages.XPageApplication
request
- The HTTP requestnMode
- The modeplugin
- The plugin object which belongs the App
public java.lang.String doLogin(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public static java.lang.String getLoginPageUrl()
public static java.lang.String getDoLoginUrl()
public static java.lang.String getDoLogoutUrl()
public static java.lang.String getNewAccountUrl()
public static java.lang.String getViewAccountUrl()
public static java.lang.String getLostPasswordUrl()
public static java.lang.String getResetPasswordUrl(javax.servlet.http.HttpServletRequest request)
request
- The request
public static java.lang.String getDefaultRedirectUrl()
public java.lang.String doLogout(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public static java.lang.String getAccessDeniedTemplate()
public static java.lang.String getAccessControledTemplate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |