Package com.nulabinc.zxcvbn.matchers
Class BaseMatcher
- java.lang.Object
-
- com.nulabinc.zxcvbn.matchers.BaseMatcher
-
- All Implemented Interfaces:
Matcher
- Direct Known Subclasses:
DateMatcher,DictionaryMatcher,L33tMatcher,OmnibusMatcher,RegexMatcher,RepeatMatcher,ReverseDictionaryMatcher,SequenceMatcher,SpatialMatcher
public abstract class BaseMatcher extends java.lang.Object implements Matcher
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseMatcher(Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ContextgetContext()protected java.util.List<Match>sorted(java.util.List<Match> matches)
-