public interface ILuteceDefaultAdminUserDAO
Modifier and Type | Method and Description |
---|---|
LuteceDefaultAdminUser |
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.
|
IPassword |
loadPassword(String strAccessCode)
Load the stored password
|
void |
store(String strAccessCode,
IPassword password)
Store the user password
|
void |
updateResetPassword(LuteceDefaultAdminUser user,
boolean bIsPasswordReset)
Set the reset password attribute of the user
|
IPassword loadPassword(String strAccessCode)
strAccessCode
- The name of the userLuteceDefaultAdminUser load(String strAccessCode, AdminAuthentication authenticationService)
strAccessCode
- The access code of userauthenticationService
- The AdminAuthenticationvoid updateResetPassword(LuteceDefaultAdminUser user, boolean bIsPasswordReset)
user
- User to updatebIsPasswordReset
- New value of the reset password attributeCopyright © 2020 City of Paris. All rights reserved.