Class HistoryRuleSupportHash

java.lang.Object
org.passay.HistoryRule
org.idempiere.util.HistoryRuleSupportHash
All Implemented Interfaces:
org.passay.Rule

public class HistoryRuleSupportHash extends org.passay.HistoryRule
Implement history password rule support for hash password
Author:
hieplq
  • Field Summary

    Fields inherited from class org.passay.HistoryRule

    ERROR_CODE, reportAllFailures
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    matches(String password, org.passay.PasswordData.Reference reference)
    use salt in hex form and password hashed in reference compare with plant password

    Methods inherited from class org.passay.HistoryRule

    createRuleResultDetailParameters, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HistoryRuleSupportHash

      public HistoryRuleSupportHash()
  • Method Details

    • matches

      protected boolean matches(String password, org.passay.PasswordData.Reference reference)
      use salt in hex form and password hashed in reference compare with plant password
      Overrides:
      matches in class org.passay.HistoryRule