| Package | Description |
|---|---|
| de.hybris.platform.jalo | |
| de.hybris.platform.jalo.user | |
| de.hybris.platform.persistence.security |
| Modifier and Type | Method and Description |
|---|---|
PasswordEncoder |
JaloConnection.getPasswordEncoder(String encoding) |
| Modifier and Type | Method and Description |
|---|---|
protected PasswordEncoder |
User.getEncoder(String encoding) |
String |
User.getPassword()
Deprecated.
it is recommended to use
GeneratedUser.getEncodedPassword() instead, cause it can lead to problems in case
of hashed passwords (e.g md5). This is now a dynamic attribute with read set to false. |
String |
User.getPassword(SessionContext ctx)
Deprecated.
it is recommended to use
GeneratedUser.getEncodedPassword(SessionContext) instead, cause it can lead to
problems in case of hashed passwords (e.g md5). This is now a dynamic attribute with read set to
false. |
void |
User.setPassword(SessionContext ctx,
String newPassword,
String encoding)
Deprecated.
|
void |
User.setPassword(String password)
Deprecated.
|
void |
User.setPassword(String password,
String encoding)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordEncoder |
PasswordEncoderFactory.getEncoder(String encoding) |
PasswordEncoder |
PasswordEncoderFactoryImpl.getEncoder(String encoding)
Return the configured password encoder based on the submitted 'encoding'.
In case |
Copyright © 2017 SAP SE. All Rights Reserved.