public class PasswordValidator extends Object implements com.vaadin.data.Validator<String>
| Constructor and Description |
|---|
PasswordValidator(int minLength,
String[] requiredClasses,
String[] patterns,
String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.data.ValidationResult |
apply(String password,
com.vaadin.data.ValueContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic com.vaadin.data.ValidationResult apply(String password, com.vaadin.data.ValueContext context)
apply in interface com.vaadin.data.Validator<String>apply in interface BiFunction<String,com.vaadin.data.ValueContext,com.vaadin.data.ValidationResult>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.