Class CommonPassword
java.lang.Object
games.stendhal.server.core.account.CommonPassword
- All Implemented Interfaces:
AccountParameterValidator
checks the password against a list of common passwords
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CommonPassword
-
-
Method Details
-
validate
Description copied from interface:AccountParameterValidator
validates a parameter provided for account creation.- Specified by:
validate
in interfaceAccountParameterValidator
- Returns:
null
in case the parameter is valid, or an error otherwise
-