Package de.xima.fc.gui.common.validator
Class PasswordStrengthValidator
java.lang.Object
de.xima.fc.gui.common.validator.PasswordStrengthValidator
- All Implemented Interfaces:
EventListener
,javax.faces.validator.Validator
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
throwError
(PasswordValidationResult result) Deprecated.void
validate
(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
-
Constructor Details
-
PasswordStrengthValidator
public PasswordStrengthValidator()
-
-
Method Details
-
validate
public void validate(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value) throws javax.faces.validator.ValidatorException - Specified by:
validate
in interfacejavax.faces.validator.Validator
- Throws:
javax.faces.validator.ValidatorException
-
throwError
@Deprecated public void throwError(PasswordValidationResult result) throws javax.faces.validator.ValidatorException Deprecated.- Throws:
javax.faces.validator.ValidatorException
-