Interface Matcher

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<Match> execute​(java.lang.CharSequence password)
      Analyzes the given password and returns a list of detected patterns as Match objects.
    • Method Detail

      • execute

        java.util.List<Match> execute​(java.lang.CharSequence password)
        Analyzes the given password and returns a list of detected patterns as Match objects.
        Parameters:
        password - the password to analyze for patterns.
        Returns:
        a list of matches identifying patterns found within the password.