Companion
Properties
DEFAULT_LANGUAGE
default language used
EMAIL_MAX_LENGTH
the max valid length for the email
EMAIL_REGEX
regular expression to validate the emails value
emailValidator
helper to validate the emails values
LANGUAGES_SUPPORTED
list of the supported languages
NAME_MAX_LENGTH
the max valid length for the username
PASSWORD_MAX_LENGTH
the max valid length for the password
PASSWORD_MIN_LENGTH
the min valid length for the password
SURNAME_MAX_LENGTH
the max valid length for the surname
urlValidator
helper to validate the urls values
Functions
Method used to validate an email
Method used to validate a host
Method used to validate an input
Method used to validate a language
Method used to validate a name
Method used to validate a password
Method used to validate a server secret
Method used to validate a surname