|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILuteceDefaultAdminUserDAO
Method Summary | |
---|---|
int |
checkPassword(String strAccessCode,
String strPassword)
Check the password of a given user into the table provided by the database authentication module |
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. |
void |
updateResetPassword(LuteceDefaultAdminUser user,
boolean bIsPasswordReset)
Set the reset password attribute of the user |
Method Detail |
---|
int checkPassword(String strAccessCode, String strPassword)
strAccessCode
- The name of the userstrPassword
- the user password
LuteceDefaultAdminUser load(String strAccessCode, AdminAuthentication authenticationService)
strAccessCode
- The access code of userauthenticationService
- The AdminAuthentication
void updateResetPassword(LuteceDefaultAdminUser user, boolean bIsPasswordReset)
user
- User to updatebIsPasswordReset
- New value of the reset password attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |