| Package | Description |
|---|---|
| de.hybris.platform.servicelayer.user | |
| de.hybris.platform.servicelayer.user.impl |
| Modifier and Type | Method and Description |
|---|---|
String |
PasswordEncoderService.decode(UserModel user)
Tries to decodes from the given
user the encoded password based on the encoding set to the user. |
String |
UserService.getPassword(String userId)
If possible returns the decoded password from the given user.
|
String |
UserService.getPassword(UserModel user)
Returns for the given user the decoded password if this is possible.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaulPasswordEncoderService.decode(UserModel user) |
String |
DefaultUserService.getPassword(String userId) |
String |
DefaultUserService.getPassword(UserModel user) |
Copyright © 2017 SAP SE. All Rights Reserved.