Skip navigation links
org.openmrs.validator

Class UserValidator

Parameters:
username - the username string to check
Returns:
true if the username is ok
Should:
validate username with only alpha numerics, validate username with alpha dash and underscore, validate username with alpha dash underscore and dot, validate username with exactly max size name, not validate username with less than minimumLength, not validate username with invalid character, not validate username with more than maximum size, validate when username is null, validate when username is the empty string, not validate when username is whitespace only
Skip navigation links

Copyright © 2018 OpenMRS LLC.. All Rights Reserved.