Uses of Class
fr.paris.lutece.portal.service.security.UserNotSignedException

Packages that use UserNotSignedException
fr.paris.lutece.portal.service.admin   
fr.paris.lutece.portal.service.content   
fr.paris.lutece.portal.service.page   
fr.paris.lutece.portal.service.portal   
fr.paris.lutece.portal.service.security   
fr.paris.lutece.portal.web   
fr.paris.lutece.portal.web.admin   
fr.paris.lutece.portal.web.xpages   
 

Uses of UserNotSignedException in fr.paris.lutece.portal.service.admin
 

Methods in fr.paris.lutece.portal.service.admin that throw UserNotSignedException
 AdminUser AdminAuthenticationService.getRemoteUser(javax.servlet.http.HttpServletRequest request)
          Gets the AdminUser attached to the current Http session
 void AdminAuthenticationService.registerUser(javax.servlet.http.HttpServletRequest request, AdminUser user)
          Register the user in the Http session
 

Uses of UserNotSignedException in fr.paris.lutece.portal.service.content
 

Methods in fr.paris.lutece.portal.service.content that throw UserNotSignedException
abstract  String ContentService.getPage(javax.servlet.http.HttpServletRequest request, int nMode)
          Returns the HTML (or XML) code for a page for a given mode.
 String XPageAppService.getPage(javax.servlet.http.HttpServletRequest request, int nMode)
          Build the XPage content.
 

Uses of UserNotSignedException in fr.paris.lutece.portal.service.page
 

Methods in fr.paris.lutece.portal.service.page that throw UserNotSignedException
 String PageContentService.getPage(javax.servlet.http.HttpServletRequest request, int nMode)
          Returns the HTML (or XML) code for a page for a given mode.
 

Uses of UserNotSignedException in fr.paris.lutece.portal.service.portal
 

Methods in fr.paris.lutece.portal.service.portal that throw UserNotSignedException
 String StandaloneAppService.getPage(javax.servlet.http.HttpServletRequest request, int nMode)
          Build the XPage content.
 

Uses of UserNotSignedException in fr.paris.lutece.portal.service.security
 

Methods in fr.paris.lutece.portal.service.security that throw UserNotSignedException
 LuteceUser SecurityService.getRemoteUser(javax.servlet.http.HttpServletRequest request)
          Gets the LuteceUser attached to the current Http session
 Principal SecurityService.getUserPrincipal(javax.servlet.http.HttpServletRequest request)
          Returns the user's principal
 

Uses of UserNotSignedException in fr.paris.lutece.portal.web
 

Methods in fr.paris.lutece.portal.web that throw UserNotSignedException
 String PortalJspBean.getContent(javax.servlet.http.HttpServletRequest request)
          Returns the content of a page according to the parameters found in the http request.
 String StandaloneAppJspBean.getContent(javax.servlet.http.HttpServletRequest request)
          Returns the content of a page according to the parameters found in the http request.
 String PortalJspBean.getContent(javax.servlet.http.HttpServletRequest request, int nMode)
          Returns the content of a page according to the parameters found in the http request.
 String StandaloneAppJspBean.getContent(javax.servlet.http.HttpServletRequest request, int nMode)
          Returns the content of a page according to the parameters found in the http request.
 

Uses of UserNotSignedException in fr.paris.lutece.portal.web.admin
 

Methods in fr.paris.lutece.portal.web.admin that throw UserNotSignedException
 String AdminPageJspBean.getAdminPagePreview(javax.servlet.http.HttpServletRequest request)
          Returns the html code for displaying the page whose identifier is specified in parameter from the administration unit.
 

Uses of UserNotSignedException in fr.paris.lutece.portal.web.xpages
 

Methods in fr.paris.lutece.portal.web.xpages that throw UserNotSignedException
 XPage XPageApplication.getPage(javax.servlet.http.HttpServletRequest request, int nMode, Plugin plugin)
          Returns the XPage content depending on the request parameters and the current mode.
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.