| java.lang.Object com.izforge.izpack.util.PasswordEqualityValidator
PasswordEqualityValidator | public class PasswordEqualityValidator implements Validator(Code) | | This class represents a simple validator for passwords to test equality. It is
based on the example implementation of a password validator that cooperates with the
password field in the UserInputPanel . Additional validation may
be done by utilizing the params added to the password field.
author: Elmar Grom author: Jeff Gordon |
Method Summary | |
public boolean | validate(ProcessingClient client) PasswordEqualityValidator
Validates the contend of multiple password fields. |
validate | public boolean validate(ProcessingClient client)(Code) | | PasswordEqualityValidator
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 . |
|
|