@Controller(xpageName="fccertifier",
pageTitleI18nKey="fccertifier.xpage.fccertifier.pageTitle",
pagePathI18nKey="fccertifier.xpage.fccertifier.pagePathLabel")
public class FranceConnectCertifierApp
extends fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Modifier and Type | Field and Description |
---|---|
static String |
VIEW_HOME |
static String |
VIEW_VALIDATE_FC_DATA |
static String |
VIEW_VALIDATION |
static String |
VIEW_VALIDATION_OK |
Constructor and Description |
---|
FranceConnectCertifierApp()
Constructor for init
|
Modifier and Type | Method and Description |
---|---|
fr.paris.lutece.portal.web.xpages.XPage |
doCertify(javax.servlet.http.HttpServletRequest request)
Process Certify action
|
fr.paris.lutece.portal.web.xpages.XPage |
doFetch(javax.servlet.http.HttpServletRequest request)
Fetch data from FrancConnect
|
fr.paris.lutece.portal.web.xpages.XPage |
home(javax.servlet.http.HttpServletRequest request)
Gets the Home page
|
fr.paris.lutece.portal.web.xpages.XPage |
validationFCData(javax.servlet.http.HttpServletRequest request)
Validate FranceConnect data
|
fr.paris.lutece.portal.web.xpages.XPage |
validationOK(javax.servlet.http.HttpServletRequest request)
Displays Validation OK page
|
addError, addError, addInfo, addInfo, addWarning, addWarning, download, download, fillCommons, getActionFullUrl, getActionUrl, getDefaultPagePath, getDefaultPageTitle, getLocale, getModel, getPage, getViewFullUrl, getViewUrl, getXPage, getXPage, getXPage, getXPage, getXPageName, populate, redirect, redirect, redirect, redirect, redirectMessageBox, redirectView, responseJSON, responseXML, validateBean, validateBean
public static final String VIEW_HOME
public static final String VIEW_VALIDATION
public static final String VIEW_VALIDATION_OK
public static final String VIEW_VALIDATE_FC_DATA
public FranceConnectCertifierApp()
@View(value="home", defaultView=true) public fr.paris.lutece.portal.web.xpages.XPage home(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.security.UserNotSignedException
request
- The HTTP requestfr.paris.lutece.portal.service.security.UserNotSignedException
- if user is not connected@Action(value="fetch") public fr.paris.lutece.portal.web.xpages.XPage doFetch(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.security.UserNotSignedException
request
- The HTTP requestfr.paris.lutece.portal.service.security.UserNotSignedException
- if no user is connected@View(value="validate") public fr.paris.lutece.portal.web.xpages.XPage validationFCData(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.security.UserNotSignedException
request
- The HTTP requestfr.paris.lutece.portal.service.security.UserNotSignedException
- if user not signed@Action(value="certify") public fr.paris.lutece.portal.web.xpages.XPage doCertify(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.security.UserNotSignedException
request
- The HTTP requestfr.paris.lutece.portal.service.security.UserNotSignedException
- if user not signed@View(value="validationOK") public fr.paris.lutece.portal.web.xpages.XPage validationOK(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.security.UserNotSignedException
request
- The HTTP requestfr.paris.lutece.portal.service.security.UserNotSignedException
- if user is not connectedCopyright © 2017 City of Paris. All rights reserved.