Interface | Description |
---|---|
RetypePasswordForm |
A form using RetypePassword constraint
should implement this interface
|
Class | Description |
---|---|
CaptchaValidator |
Captcha validation constraint
Reference
http://www.captaindebug.com/2011/07/writng-jsr-303-custom-constraint_26.html#.VIVhqjGUd8E
http://www.captechconsulting.com/blog/jens-alm/versioned-validated-and-secured-rest-services-spring-40-2?_ga=1.71504976.2113127005.1416833905
|
FieldError |
Holds a field or form error
|
RetypePasswordValidator |
Validator for RetypePassword constraint
|
UniqueEmailValidator |
Validator for unique-email
|
Annotation Type | Description |
---|---|
Captcha |
Captcha validation constraint annotation
Reference
http://www.captaindebug.com/2011/07/writng-jsr-303-custom-constraint_26.html#.VIVhqjGUd8E
http://www.captechconsulting.com/blog/jens-alm/versioned-validated-and-secured-rest-services-spring-40-2?_ga=1.71504976.2113127005.1416833905
|
Password |
Annotation for password constraint
|
RetypePassword |
Annotation for retype password constraint
|
UniqueEmail |
Annotation for unique-email constraint,
ensuring that the given email id is not already
used by a user.
|