Package com.iplanet.ums.validation
Deprecated validator classes for UMS.
-
Interface Summary Interface Description IValidator Interface for all validators. -
Class Summary Class Description AlphaValidator This class implements IValidator interface.BooleanValidator DNValidator DomainValidator Validates domainFloatValidator MailAddressValidator Validates mail address This class is constructed using default(noarguments) constructor and mail address is passed to validate function with optional rules The passed mail address is validated for authenticity and boolean value is returned accordingly.NumberValidator SetValidator Validates if given value is in the set.TelephoneValidator Validates telephone number The object of this class is constructed using default constructor and validate function is used to validate telephone number passing the telephone number as argument to the function.URLValidator Validation Validation handles all validation routines.ValidationElement Represents a validator/rule pair. -
Exception Summary Exception Description DataConstraintException Exception thrown if data validation fails.