Class UsernameValidator

All Implemented Interfaces:
Serializable, Validator

public class UsernameValidator extends MultipleConditionsValidator
Validate username whether the value is only alpha lower, digit, dot and underscore with first, last character is alpha lower or digit and cannot contain consecutive underscore, dot or both.
Author:
Nguyen Thanh Hai
See Also: