Class PasswordComparator
- java.lang.Object
-
- io.mosip.authentication.common.service.integration.PasswordComparator
-
@Component public class PasswordComparator extends Object
This Class will compare the input password value with the stored Hash value & salt
-
-
Constructor Summary
Constructors Constructor Description PasswordComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatchPasswordFunction(String passwordValue, String passwordHashValue, String salt)
-
-
-
Method Detail
-
matchPasswordFunction
public boolean matchPasswordFunction(String passwordValue, String passwordHashValue, String salt) throws IdAuthenticationBusinessException
-
-