| Package | Description |
|---|---|
| fr.paris.lutece.portal.business.user | |
| fr.paris.lutece.portal.business.user.authentication |
| Modifier and Type | Method and Description |
|---|---|
static LuteceDefaultAdminUser |
AdminUserHome.findLuteceDefaultAdminUserByPrimaryKey(int nUserId)
Get the user infos from user id
|
LuteceDefaultAdminUser |
AdminUserDAO.loadDefaultAdminUser(int nUserId)
Load a default AdminUser
|
LuteceDefaultAdminUser |
IAdminUserDAO.loadDefaultAdminUser(int nUserId)
Load a default AdminUser
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AdminUserHome.create(LuteceDefaultAdminUser user) |
void |
AdminUserDAO.insert(LuteceDefaultAdminUser user)
Insert a new record in the table.
|
void |
IAdminUserDAO.insert(LuteceDefaultAdminUser user)
Insert a new record in the table.
|
void |
AdminUserDAO.store(LuteceDefaultAdminUser user)
Update AdminUser data
|
void |
IAdminUserDAO.store(LuteceDefaultAdminUser user)
Update AdminUser data
|
static void |
AdminUserHome.update(LuteceDefaultAdminUser user) |
| Modifier and Type | Method and Description |
|---|---|
LuteceDefaultAdminUser |
LuteceDefaultAdminUserDAO.load(String strAccessCode,
AdminAuthentication authenticationService)
load the data of an user from the table provided by the database authentication module This only provides data specific to the database authentication module.
|
LuteceDefaultAdminUser |
ILuteceDefaultAdminUserDAO.load(String strAccessCode,
AdminAuthentication authenticationService)
load the data of an user from the table provided by the database authentication module
This only provides data specific to the database authentication module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LuteceDefaultAdminUserDAO.updateResetPassword(LuteceDefaultAdminUser user,
boolean bIsPasswordReset)
Set the reset password attribute of the user
|
void |
ILuteceDefaultAdminUserDAO.updateResetPassword(LuteceDefaultAdminUser user,
boolean bIsPasswordReset)
Set the reset password attribute of the user
|
Copyright © 2016 City of Paris. All rights reserved.