Package | Description |
---|---|
fr.paris.lutece.portal.business.user | |
fr.paris.lutece.portal.business.user.authentication | |
fr.paris.lutece.portal.service.admin | |
fr.paris.lutece.util.password |
Modifier and Type | Method and Description |
---|---|
List<IPassword> |
AdminUserDAO.selectUserPasswordHistory(int nUserID)
Gets the history of password of the given user
|
static List<IPassword> |
AdminUserHome.selectUserPasswordHistory(int nUserID)
Gets the history of password of the given user
|
List<IPassword> |
IAdminUserDAO.selectUserPasswordHistory(int nUserID)
Gets the history of password of the given user
|
Modifier and Type | Method and Description |
---|---|
void |
AdminUserDAO.insertNewPasswordInHistory(IPassword password,
int nUserId)
Log a password change in the password history
|
static void |
AdminUserHome.insertNewPasswordInHistory(IPassword password,
int nUserId)
Log a password change in the password history
|
void |
IAdminUserDAO.insertNewPasswordInHistory(IPassword password,
int nUserId)
Log a password change in the password history
|
Modifier and Type | Method and Description |
---|---|
IPassword |
LuteceDefaultAdminUser.getPassword()
Returns the Password
|
IPassword |
ILuteceDefaultAdminUserDAO.loadPassword(String strAccessCode)
Load the stored password
|
IPassword |
LuteceDefaultAdminUserDAO.loadPassword(String strAccessCode) |
Modifier and Type | Method and Description |
---|---|
void |
LuteceDefaultAdminUser.setPassword(IPassword password)
Sets the password
|
void |
ILuteceDefaultAdminUserDAO.store(String strAccessCode,
IPassword password)
Store the user password
|
void |
LuteceDefaultAdminUserDAO.store(String strAccessCode,
IPassword password) |
Modifier and Type | Method and Description |
---|---|
static IPassword |
AdminUserService.encryptPassword(String strPassword)
Encrypt a password
|
Modifier and Type | Method and Description |
---|---|
IPassword |
IPasswordFactory.getDummyPassword()
Get a password which should never match, to be used for timing attack resistance
|
IPassword |
IPasswordFactory.getPassword(String strStoredPassword)
Get a password for the stored representation
|
IPassword |
IPasswordFactory.getPasswordFromCleartext(String strUserPassword)
Get a password for cleartext password
|
Copyright © 2020 City of Paris. All rights reserved.