Class PasswordHistoryRule

java.lang.Object
org.passay.HistoryRule
cronapp.framework.persistence.PasswordHistoryRule
All Implemented Interfaces:
org.passay.Rule

public class PasswordHistoryRule extends org.passay.HistoryRule
  • 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)
     

    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

    • PasswordHistoryRule

      public PasswordHistoryRule()
  • Method Details

    • matches

      protected boolean matches(String password, org.passay.PasswordData.Reference reference)
      Overrides:
      matches in class org.passay.HistoryRule