Package com.nulabinc.zxcvbn.matchers
Class RepeatMatcher
- java.lang.Object
-
- com.nulabinc.zxcvbn.matchers.BaseMatcher
-
- com.nulabinc.zxcvbn.matchers.RepeatMatcher
-
- All Implemented Interfaces:
Matcher
public class RepeatMatcher extends BaseMatcher
-
-
Constructor Summary
Constructors Constructor Description RepeatMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Match>execute(java.lang.CharSequence password)-
Methods inherited from class com.nulabinc.zxcvbn.matchers.BaseMatcher
extend, sorted, translate
-
-
-
-
Method Detail
-
execute
public java.util.List<Match> execute(java.lang.CharSequence password)
-
-