|
||||||||||
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 | |
---|---|
String |
doLogin(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoMyLuteceLogin.jsp |
String |
doLogout(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoMyLuteceLogout.jsp |
String |
doResetConnectionLog(javax.servlet.http.HttpServletRequest request)
Reset the connection log of an IP. |
static String |
getAccessControledTemplate()
Returns the template for access controled |
static String |
getAccessDeniedTemplate()
Returns the template for access denied |
static String |
getCurrentUrl(javax.servlet.http.HttpServletRequest request)
Returns the current url |
static String |
getDefaultRedirectUrl()
Returns the Default redirect URL of the Authentication Service |
static String |
getDoLoginUrl()
Returns the DoLogin URL of the Authentication Service |
static String |
getDoLogoutUrl()
Returns the DoLogout URL of the Authentication Service |
static String |
getLoginPageUrl()
Returns the Login page URL of the Authentication Service |
static String |
getLostLoginUrl()
Returns the Lost login URL of the Authentication Service |
static String |
getLostPasswordUrl()
Returns the Lost Password URL of the Authentication Service |
static 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 String |
getResetPasswordUrl(javax.servlet.http.HttpServletRequest request)
Returns the Reset Password URL of the Authentication Service |
static String |
getViewAccountUrl()
Returns the ViewAccount URL of the Authentication Service |
static void |
setCurrentUrl(javax.servlet.http.HttpServletRequest request)
Set the current url |
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 String doLogin(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public static String getLoginPageUrl()
public static String getDoLoginUrl()
public static String getDoLogoutUrl()
public static String getNewAccountUrl()
public static String getViewAccountUrl()
public static String getLostPasswordUrl()
public static String getLostLoginUrl()
public static String getResetPasswordUrl(javax.servlet.http.HttpServletRequest request)
request
- The request
public static String getDefaultRedirectUrl()
public String doLogout(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public static String getAccessDeniedTemplate()
public static String getAccessControledTemplate()
public String doResetConnectionLog(javax.servlet.http.HttpServletRequest request)
request
- The request
public static String getCurrentUrl(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public static void setCurrentUrl(javax.servlet.http.HttpServletRequest request)
request
- The Http request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |