- All Known Implementing Classes:
DateMatcher,DictionaryMatcher,RepeatMatcher,SeparatorMatcher,SequenceMatcher,SpacialMatcher,YearMatcher
public interface PasswordMatcher
Interface for different matching methods to implement.
- Author:
- Adam Brusselback.
-
Method Summary
Modifier and Type Method Description java.util.List<Match>match(Configuration configuration, java.lang.String password)Creates aListofMatchfrom the password.
-
Method Details
-
match
Creates aListofMatchfrom the password.- Parameters:
configuration- configuration for the matcher.password- password to match.- Returns:
- a
ListofMatches that this matcher found for the given password and configuration.
-