|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LuteceUser in fr.paris.lutece.portal.service.cache |
---|
Methods in fr.paris.lutece.portal.service.cache with parameters of type LuteceUser | |
---|---|
String |
ICacheKeyService.getKey(Map<String,String> mapParams,
int nMode,
LuteceUser user)
Build a key from input parameters |
String |
DefaultCacheKeyService.getKey(Map<String,String> mapParams,
int nMode,
LuteceUser user)
Calculate the cache key |
Uses of LuteceUser in fr.paris.lutece.portal.service.mail |
---|
Methods in fr.paris.lutece.portal.service.mail with parameters of type LuteceUser | |
---|---|
String |
MailAttachmentCacheKeyService.getKey(Map<String,String> mapParams,
int nMode,
LuteceUser user)
Build a key from input parameters |
Uses of LuteceUser in fr.paris.lutece.portal.service.prefs |
---|
Methods in fr.paris.lutece.portal.service.prefs with parameters of type LuteceUser | |
---|---|
String |
IPortalUserPreferencesService.getNickname(LuteceUser user)
Gets the user's nickname |
String |
PortalUserPreferenceServiceImpl.getNickname(LuteceUser user)
Gets the user's nickname |
Uses of LuteceUser in fr.paris.lutece.portal.service.security |
---|
Subclasses of LuteceUser in fr.paris.lutece.portal.service.security | |
---|---|
class |
BasicLuteceUser
Basic Lutece User |
Methods in fr.paris.lutece.portal.service.security that return LuteceUser | |
---|---|
LuteceUser |
LuteceAuthentication.getAnonymousUser()
This method creates an anonymous user |
LuteceUser |
LuteceAuthentication.getHttpAuthenticatedUser(javax.servlet.http.HttpServletRequest request)
Returns a Lutece user object if the user is already authenticated in the Http request. |
LuteceUser |
ILuteceUserProviderService.getLuteceUserFromName(String strName)
Get the instance of a lutece user from its name |
static LuteceUser |
LuteceUserService.getLuteceUserFromName(String strName)
Get the LuteceUser with the given name |
LuteceUser |
SecurityService.getRegisteredUser(javax.servlet.http.HttpServletRequest request)
Gets the Lutece user registered in the Http session |
LuteceUser |
SecurityService.getRemoteUser(javax.servlet.http.HttpServletRequest request)
Gets the LuteceUser attached to the current Http session |
LuteceUser |
LuteceAuthentication.getUser(String strUserLogin)
Returns user managed by the authentication service if this feature is available. |
LuteceUser |
SecurityService.getUser(String strUserLogin)
Returns user managed by the authentication service if this feature is available. |
LuteceUser |
LuteceAuthentication.login(String strUserName,
String strUserPassword,
javax.servlet.http.HttpServletRequest request)
Checks the login |
LuteceUser |
SecurityService.remoteLoginUser(javax.servlet.http.HttpServletRequest request,
String strUserName,
String strPassword)
Checks user's login with the Authentication service. |
Methods in fr.paris.lutece.portal.service.security that return types with arguments of type LuteceUser | |
---|---|
Collection<LuteceUser> |
LuteceAuthentication.getUsers()
Returns all users managed by the authentication service if this feature is available. |
Collection<LuteceUser> |
SecurityService.getUsers()
Returns all users managed by the authentication service if this feature is available. |
Methods in fr.paris.lutece.portal.service.security with parameters of type LuteceUser | |
---|---|
String[] |
LuteceAuthentication.getRolesByUser(LuteceUser user)
get all roles for this user : - user's roles - user's groups roles |
String[] |
SecurityService.getRolesByUser(LuteceUser user)
get all roles for this user : - user's roles - user's groups roles |
boolean |
LuteceAuthentication.isUserInRole(LuteceUser user,
javax.servlet.http.HttpServletRequest request,
String strRole)
Checks that the current user is associated to a given role |
void |
LuteceAuthentication.logout(LuteceUser user)
logout the user |
void |
SecurityService.registerUser(javax.servlet.http.HttpServletRequest request,
LuteceUser user)
Register the user in the Http session |
void |
LuteceAuthentication.updateDateLastLogin(LuteceUser user,
javax.servlet.http.HttpServletRequest request)
Update the last login date of a user |
Uses of LuteceUser in fr.paris.lutece.portal.web.xpages |
---|
Methods in fr.paris.lutece.portal.web.xpages with parameters of type LuteceUser | |
---|---|
XPage |
XPageSecuredApplication.getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin,
LuteceUser user)
Returns the XPage content depending on the request parameters and the current mode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |