Package de.intarsys.tools.authenticate
Interface IPasswordValidator
public interface IPasswordValidator
A simple interface for a password validator.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisValid(char[] password) Check if the password provided by the user is valid.
-
Method Details
-
isValid
Check if the password provided by the user is valid.- Parameters:
password- The password provided by the user.- Returns:
trueif password valid.- Throws:
IOException
-