Package com.ca.jcs.validator.attr

Interface Summary
AttributeValidator Validate all values for an attribute.
 

Class Summary
AttributeValueValidator Applies a provided StringValidator against each value of an attribute (which may be multi-valued).
BoolAttributeValidator Validate all values of provided attribute are acceptable as boolean values.
DateAttributeValidator Validate all values of provided attribute are acceptable as date values.
DateTimeAttributeValidator Validate all values of provided attribute are acceptable as datetime values.
DblAttributeValidator Validate all values of provided attribute are acceptable as double precision floating-point values.
DNAttributeValidator Validate all values of provided attribute are valid Distinguished Names (DNs) syntactically.
DurationAttributeValidator Validate all values of provided attribute are acceptable an interval
EmailAttributeValidator Validate all values of provided attribute are acceptable as email address values.
FloatAttributeValidator Validate all values of provided attribute are acceptable as single precision floating-point values.
IntAttributeValidator Validate all values of provided attribute are acceptable as integer values.
LengthAttributeValidator Validate single or multiple values stored for an attribute fall within a specified range.
LongAttributeValidator Validate provided attribute is acceptable as a long value.
MapAttributeValidator Validate single or multiple values stored for an attribute fall within the keys defined for a map, with optional support for case insensitivity.
RangeAttributeValidator Validate single or multiple values stored for an attribute fall within a specified range.
RegexAttributeValidator Validate single or multiple values stored for an attribute match a specified regular expression.
TimeAttributeValidator Validate all values of provided attribute are acceptable as integer values.
UrlAttributeValidator Validate all values of provided attribute are acceptable as Universal Resource Locator (URL) values.
 



Created 2011-07-14 13:27 EST