Interface Matcher


  • @Deprecated
    public interface Matcher
    Deprecated.
    This interface is deprecated. Use Matcher instead.
    Represents a matcher responsible for identifying patterns within passwords.

    Implementations of this interface provide specific matching strategies to detect various patterns such as dictionary words, sequences, and spatial patterns.

    • Method Detail

      • execute

        java.util.List<Match> execute​(java.lang.CharSequence password)
        Deprecated.