Uses of Class
de.hybris.platform.servicelayer.user.exceptions.CannotDecodePasswordException
Packages that use CannotDecodePasswordException
-
Uses of CannotDecodePasswordException in de.hybris.platform.servicelayer.user
Methods in de.hybris.platform.servicelayer.user that throw CannotDecodePasswordExceptionModifier and TypeMethodDescriptionTries to decodes from the givenuserthe encoded password based on the encoding set to the user.UserService.getPassword(UserModel user) Returns for the given user the decoded password if this is possible.UserService.getPassword(String userId) If possible returns the decoded password from the given user. -
Uses of CannotDecodePasswordException in de.hybris.platform.servicelayer.user.impl
Methods in de.hybris.platform.servicelayer.user.impl that throw CannotDecodePasswordExceptionModifier and TypeMethodDescriptionDefaultUserService.getPassword(UserModel user) DefaultUserService.getPassword(String userId)