Uses of Interface
com.skava.strategy.PwdHashingStrategy
Packages that use PwdHashingStrategy
Package
Description
This package contains the user Helper classes.
This package contains the user strategy implementation classes.
-
Uses of PwdHashingStrategy in com.skava.helper
Methods in com.skava.helper that return PwdHashingStrategyModifier and TypeMethodDescriptionstatic PwdHashingStrategy
UserPasswordHelper.getPwdHashAlgorithm
(String pwdHashAlgorithmClass) This method is used to generate PwdHashingStrategy for the given pwdHashAlgorithmClass.Methods in com.skava.helper with parameters of type PwdHashingStrategyModifier and TypeMethodDescriptionUserPasswordCriteriaHelper.checkNewPasswordWithOldPasswordList
(PwdHashingStrategy passwordHashingAlgorithm, String newPassword, String hashedNewPassword, List<String> oldPasswordList, int collectionPropsLimit, String locale, UserCommonServices userCommonServices) This method is used to check new Password with old password list.static String
UserPasswordHelper.doPasswordHashing
(String password, PwdHashingStrategy pwdHashAlgorithm) This method is used to hash the given password using hashing algorithm class and the BCrypt salt value. -
Uses of PwdHashingStrategy in com.skava.strategyimpl
Classes in com.skava.strategyimpl that implement PwdHashingStrategyModifier and TypeClassDescriptionclass
This class provides functionality of hashing the user password with salt value and checks the password.