Package org.owasp.esapi.reference.validation

This package contains data format-specific validation rule functions.

See:
          Description

Class Summary
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.
 

Package org.owasp.esapi.reference.validation Description

This package contains data format-specific validation rule functions.



Copyright © 2011 The Open Web Application Security Project (OWASP). All Rights Reserved.