public final class YearMatcher extends Object implements PasswordMatcher
| Constructor and Description |
|---|
YearMatcher() |
| Modifier and Type | Method and Description |
|---|---|
List<Match> |
match(Configuration configuration,
String password)
Creates a
List of Match from the password. |
public List<Match> match(Configuration configuration, String password)
PasswordMatcherList of Match from the password.match in interface PasswordMatcherconfiguration - configuration for the matcher.password - password to match.List of Matches that this matcher found for the given password and configuration.Copyright © 2017. All rights reserved.