|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.paris.lutece.plugins.mylutece.modules.openiddatabase.authentication.web.MyLuteceOpenIdDatabaseApp
public class MyLuteceOpenIdDatabaseApp
This class provides the XPageApp that manage personalization features for Mylutece Database module : login, account management, ...
| Field Summary | |
|---|---|
static String |
PARAMETER_ERROR
|
| Constructor Summary | |
|---|---|
MyLuteceOpenIdDatabaseApp()
|
|
| Method Summary | |
|---|---|
String |
doChangePassword(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoChangePassword.jsp |
String |
doChangePasswordLink(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoChangePassword.jsp |
String |
doCreateAccount(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoCreateAccount.jsp |
String |
doLogout(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoMyLuteceLogout.jsp |
String |
doModifyUserDetails(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoCreateAccount.jsp |
String |
doSendPassword(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoSendPassword.jsp |
static String |
getAccessControledTemplate()
Returns the template for access controled |
static String |
getAccessDeniedTemplate()
Returns the template for access denied |
static String |
getAccessDeniedUrl()
Returns the NewAccount URL of the Authentication Service |
static String |
getChangePasswordLinkUrl()
Returns the Change password link |
static String |
getChangePasswordUrl()
Returns the NewAccount URL of the Authentication Service |
static String |
getDefaultRedirectUrl()
Returns the Default redirect URL of the Authentication Service |
static String |
getLostPasswordUrl()
Returns the Lost Password URL of the Authentication Service |
static String |
getNewAccountUrl()
Returns the createAccount 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)
|
static String |
getViewAccountUrl()
Returns the ViewAccount URL of the Authentication Service |
void |
init(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PARAMETER_ERROR
| Constructor Detail |
|---|
public MyLuteceOpenIdDatabaseApp()
| Method Detail |
|---|
public void init(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
request - The HTTP requestplugin - The plugin
public fr.paris.lutece.portal.web.xpages.XPage getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
throws fr.paris.lutece.portal.service.security.UserNotSignedException,
fr.paris.lutece.portal.service.message.SiteMessageException
getPage in interface fr.paris.lutece.portal.web.xpages.XPageApplicationrequest - The HTTP requestnMode - The mode (admin, ...)plugin - The plugin
fr.paris.lutece.portal.service.security.UserNotSignedException - if user not signed
fr.paris.lutece.portal.service.message.SiteMessageException - Occurs when a site message need to be displayedpublic static String getChangePasswordUrl()
public static String getChangePasswordLinkUrl()
public static String getViewAccountUrl()
public static String getNewAccountUrl()
public static String getLostPasswordUrl()
public static String getDefaultRedirectUrl()
public static String getAccessDeniedUrl()
public String doLogout(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String doCreateAccount(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String doChangePassword(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String doChangePasswordLink(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String doSendPassword(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public static String getAccessDeniedTemplate()
public static String getAccessControledTemplate()
public String doModifyUserDetails(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 | |||||||||