| java.lang.Object com.izforge.izpack.sample.PWDValidator
PWDValidator | public class PWDValidator implements Validator(Code) | | This class represents a simple validator for passwords to demonstrate
the implementation of a password validator that cooperates with the
password field in the UserInputPanel
version: 0.0.1 / 02/19/03 author: Elmar Grom |
validate | public boolean validate(ProcessingClient client)(Code) | | Validates the contend of multiple password fields. The test
Parameters: client - the client object using the services of this validator. true if the validation passes, otherwise false . |
|
|