|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.sample.PWDValidator
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
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 |
public PWDValidator()
Method Detail |
public boolean validate(ProcessingClient client)
validate
in interface Validator
client
- the client object using the services of this validator.
true
if the validation passes, otherwise false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |