Uses of Class
de.hybris.platform.jalo.security.CannotDecodePasswordException
-
Packages that use CannotDecodePasswordException Package Description de.hybris.platform.jalo.user -
-
Uses of CannotDecodePasswordException in de.hybris.platform.jalo.user
Methods in de.hybris.platform.jalo.user that throw CannotDecodePasswordException Modifier and Type Method Description java.lang.StringUser. getPassword()Deprecated.since ages - it is recommended to useGeneratedUser.getEncodedPassword()instead, cause it can lead to problems in case of hashed passwords (e.g md5).java.lang.StringUser. 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).
-