|
||||||||||
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 java.lang.String |
PARAMETER_ERROR
|
Constructor Summary | |
---|---|
MyLuteceOpenIdDatabaseApp()
|
Method Summary | |
---|---|
java.lang.String |
doChangePassword(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoChangePassword.jsp |
java.lang.String |
doChangePasswordLink(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoChangePassword.jsp |
java.lang.String |
doCreateAccount(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoCreateAccount.jsp |
java.lang.String |
doLogout(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoMyLuteceLogout.jsp |
java.lang.String |
doModifyUserDetails(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoCreateAccount.jsp |
java.lang.String |
doSendPassword(javax.servlet.http.HttpServletRequest request)
This method is call by the JSP named DoSendPassword.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 |
getAccessDeniedUrl()
Returns the NewAccount URL of the Authentication Service |
static java.lang.String |
getChangePasswordLinkUrl()
Returns the Change password link |
static java.lang.String |
getChangePasswordUrl()
Returns the NewAccount URL of the Authentication Service |
static java.lang.String |
getDefaultRedirectUrl()
Returns the Default redirect 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 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 java.lang.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 java.lang.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 pluginpublic 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.XPageApplication
request
- 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 java.lang.String getChangePasswordUrl()
public static java.lang.String getChangePasswordLinkUrl()
public static java.lang.String getViewAccountUrl()
public static java.lang.String getNewAccountUrl()
public static java.lang.String getLostPasswordUrl()
public static java.lang.String getDefaultRedirectUrl()
public static java.lang.String getAccessDeniedUrl()
public java.lang.String doLogout(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String doCreateAccount(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String doChangePassword(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String doChangePasswordLink(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String doSendPassword(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public static java.lang.String getAccessDeniedTemplate()
public static java.lang.String getAccessControledTemplate()
public java.lang.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 |