Package org.gluu.oxauth.util
Class PasswordValidator
java.lang.Object
org.gluu.oxauth.util.PasswordValidator
- All Implemented Interfaces:
EventListener,javax.faces.validator.Validator
@ApplicationScoped
public class PasswordValidator
extends Object
implements javax.faces.validator.Validator
-
Field Summary
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNewPassword(String newPassword) voidvalidate(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
-
Constructor Details
-
PasswordValidator
public PasswordValidator()
-
-
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:
validatein interfacejavax.faces.validator.Validator- Throws:
javax.faces.validator.ValidatorException
-
getNewPassword
-
setNewPassword
-