Uses of Class
de.hybris.platform.jalo.security.PasswordEncoderNotFoundException
Packages that use PasswordEncoderNotFoundException
Package
Description
-
Uses of PasswordEncoderNotFoundException in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that throw PasswordEncoderNotFoundException -
Uses of PasswordEncoderNotFoundException in de.hybris.platform.jalo.user
Methods in de.hybris.platform.jalo.user that throw PasswordEncoderNotFoundExceptionModifier and TypeMethodDescriptionprotected PasswordEncoderUser.getEncoder(String encoding) User.getPassword()Deprecated.User.getPassword(SessionContext ctx) Deprecated.since ages - it is recommended to useGeneratedUser.getEncodedPassword(SessionContext)instead, cause it can lead to problems in case of hashed passwords (e.g md5).voidUser.setPassword(SessionContext ctx, String newPassword, String encoding) Deprecated.since ages - UseUserService.setPassword(UserModel, String, String)voidUser.setPassword(String password) Deprecated.since ages - UseUserService.setPassword(UserModel, String)voidUser.setPassword(String password, String encoding) Deprecated.since ages - UseUserService.setPassword(UserModel, String, String) -
Uses of PasswordEncoderNotFoundException in de.hybris.platform.persistence.security
Methods in de.hybris.platform.persistence.security that throw PasswordEncoderNotFoundExceptionModifier and TypeMethodDescriptionPasswordEncoderFactory.getEncoder(String encoding) PasswordEncoderFactoryImpl.getEncoder(String encoding) Return the configured password encoder based on the submitted 'encoding'.
In casewas submitted then the SystemEJB.DEFAULT_ENCODING ('*') will be used instead.
GeneratedUser.getEncodedPassword()instead, cause it can lead to problems in case of hashed passwords (e.g md5).