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