- All Implemented Interfaces:
EventListener, javax.faces.validator.Validator<Object>
@ApplicationScoped
public class PasswordValidator
extends Object
implements javax.faces.validator.Validator<Object>
-
Field Summary
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
-
Constructor Summary
Constructors
-
Method Summary
void
validate(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent arg1,
Object value)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PasswordValidator
public PasswordValidator()
-
Method Details
-
validate
public void validate(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent arg1,
Object value)
throws javax.faces.validator.ValidatorException
- Specified by:
validate in interface javax.faces.validator.Validator<Object>
- Throws:
javax.faces.validator.ValidatorException