com.izforge.izpack.sample
Class PWDValidator

java.lang.Object
  extended by com.izforge.izpack.sample.PWDValidator
All Implemented Interfaces:
Validator

public class PWDValidator
extends java.lang.Object
implements Validator

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

Constructor Summary
PWDValidator()
           
 
Method Summary
 boolean validate(ProcessingClient client)
          Validates the contend of multiple password fields.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PWDValidator

public PWDValidator()
Method Detail

validate

public boolean validate(ProcessingClient client)
Validates the contend of multiple password fields. The test

Specified by:
validate in interface Validator
Parameters:
client - the client object using the services of this validator.
Returns:
true if the validation passes, otherwise false.