public interface IPasswordValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(char[] password)
Check if the password provided by the user is valid.
|
boolean isValid(char[] password)
throws IOException
password - The password provided by the user.true if password valid.IOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.