intarsys PDF library API

de.intarsys.tools.authenticate
Interface IPasswordValidator


public interface IPasswordValidator

A simple interface for a password validator.


Method Summary
 boolean isValid(char[] password)
          Check if the password provided by the user is valid.
 

Method Detail

isValid

boolean isValid(char[] password)
                throws IOException
Check if the password provided by the user is valid.

Parameters:
password - The password provided by the user.
Returns:
true if password valid.
Throws:
IOException

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.