Package de.intarsys.tools.authenticate
Interface IPasswordValidator
-
public interface IPasswordValidator
A simple interface for a password validator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValid(char[] password)
Check if the password provided by the user is valid.
-