org.jboss.seam.examples.booking.account
Class CurrentPasswordValidator
java.lang.Object
org.jboss.seam.examples.booking.account.CurrentPasswordValidator
- All Implemented Interfaces:
- EventListener, Validator
public class CurrentPasswordValidator
- extends Object
- implements Validator
A JSF Validator, used to check that the password the user submits matches that on record.
- Author:
- Dan Allen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentPasswordValidator
public CurrentPasswordValidator()
validate
public void validate(FacesContext ctx,
UIComponent comp,
Object value)
throws ValidatorException
- Specified by:
validate in interface Validator
- Throws:
ValidatorException
Copyright © 2011 Seam Framework. All Rights Reserved.