Uses of Class
de.hybris.platform.servicelayer.user.exceptions.CannotDecodePasswordException
-
Packages that use CannotDecodePasswordException Package Description de.hybris.platform.servicelayer.user de.hybris.platform.servicelayer.user.impl -
-
Uses of CannotDecodePasswordException in de.hybris.platform.servicelayer.user
Methods in de.hybris.platform.servicelayer.user that throw CannotDecodePasswordException Modifier and Type Method Description java.lang.StringPasswordEncoderService. decode(UserModel user)Tries to decodes from the givenuserthe encoded password based on the encoding set to the user.java.lang.StringUserService. getPassword(UserModel user)Returns for the given user the decoded password if this is possible.java.lang.StringUserService. getPassword(java.lang.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 CannotDecodePasswordException Modifier and Type Method Description java.lang.StringDefaulPasswordEncoderService. decode(UserModel user)java.lang.StringDefaultUserService. getPassword(UserModel user)java.lang.StringDefaultUserService. getPassword(java.lang.String userId)
-