Interface ComparePasswordFunction


  • public interface ComparePasswordFunction
    To match Password against Stored Hashed Password and Salt
    • Method Detail

      • matchPasswordFunction

        boolean matchPasswordFunction​(String passwordValue,
                                      String passwordHashValue,
                                      String salt)
                               throws IdAuthenticationBusinessException
        To Match Password.
        Parameters:
        passwordValue - the password value
        passwordHashValue - the stored password hash value
        salt - the stored salt value
        Returns:
        true, if successful
        Throws:
        IdAuthenticationBusinessException - the id authentication business exception