Package org.owasp.esapi.reference.validation
This package contains data format-specific validation rule functions.
-
Class Summary Class Description BaseValidationRule A ValidationRule performs syntax and possibly semantic validation of a single piece of data from an untrusted source.CreditCardValidationRule A validator performs syntax and possibly semantic validation of Credit Card String from an untrusted source.DateValidationRule A validator performs syntax and possibly semantic validation of a single piece of data from an untrusted source.HTMLValidationRule A validator performs syntax and possibly semantic validation of a single piece of data from an untrusted source.IntegerValidationRule A validator performs syntax and possibly semantic validation of a single piece of data from an untrusted source.NumberValidationRule A validator performs syntax and possibly semantic validation of a single piece of data from an untrusted source.StringValidationRule A validator performs syntax and possibly semantic validation of a single piece of data from an untrusted source.