Modifier and Type | Method and Description |
---|---|
String |
DefaultCacheKeyService.getKey(Map<String,String> mapParams,
int nMode,
LuteceUser user)
Calculate the cache key
|
String |
ICacheKeyService.getKey(Map<String,String> mapParams,
int nMode,
LuteceUser user)
Build a key from input parameters
|
Modifier and Type | Method and Description |
---|---|
String |
MailAttachmentCacheKeyService.getKey(Map<String,String> mapParams,
int nMode,
LuteceUser user)
Build a key from input parameters
|
Modifier and Type | Method and Description |
---|---|
String |
IPortalUserPreferencesService.getNickname(LuteceUser user)
Gets the user's nickname
|
String |
PortalUserPreferenceServiceImpl.getNickname(LuteceUser user)
Gets the user's nickname
|
Modifier and Type | Class and Description |
---|---|
class |
BasicLuteceUser
Basic Lutece User
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2020 City of Paris. All rights reserved.