A C D E F G H I J K L M N O P R S T U V W

V

ValidationAvailabilityException - exception org.owasp.esapi.ValidationAvailabilityException.
FIXME: DOC.
ValidationAvailabilityException(String, String) - Constructor for class org.owasp.esapi.ValidationAvailabilityException
Create a new ValidationException
ValidationAvailabilityException(String, String, Throwable) - Constructor for class org.owasp.esapi.ValidationAvailabilityException
Create a new ValidationException
ValidationException - exception org.owasp.esapi.ValidationException.
A ValidationException should be thrown to indicate that the data provided by the user or from some other external source does not match the validation rules that have been specified for that data.
ValidationException(String, String) - Constructor for class org.owasp.esapi.ValidationException
Creates a new instance of ValidationException.
ValidationException(String, String, Throwable) - Constructor for class org.owasp.esapi.ValidationException
Instantiates a new ValidationException.
ValidationUploadException - exception org.owasp.esapi.ValidationUploadException.
FIXME: DOC.
ValidationUploadException(String, String) - Constructor for class org.owasp.esapi.ValidationUploadException
Create a new ValidationException
ValidationUploadException(String, String, Throwable) - Constructor for class org.owasp.esapi.ValidationUploadException
Create a new ValidationException
Validator - interface org.owasp.esapi.Validator.
The Validator interface defines a set of methods for canonicalizing and validating untrusted input.
validator() - Static method in class org.owasp.esapi.ESAPI
 
verifyAccountNameStrength(String) - Method in interface org.owasp.esapi.Authenticator
Ensures that the account name passes site-specific complexity requirements.
verifyAccountNameStrength(String) - Method in class org.owasp.esapi.reference.FileBasedAuthenticator
 
verifyCSRFToken() - Method in interface org.owasp.esapi.HTTPUtilities
Checks the CSRF token in the URL (see User.getCSRFToken()) against the user's CSRF token and throws an IntrusionException if it is missing.
verifyCSRFToken() - Method in class org.owasp.esapi.reference.DefaultHTTPUtilities
 
verifyPassword(User, String) - Method in interface org.owasp.esapi.Authenticator
Verify that the supplied password matches the password for this user.
verifyPassword(String) - Method in interface org.owasp.esapi.User
Verify that the supplied password matches the password for this user.
verifyPassword(String) - Method in class org.owasp.esapi.reference.DefaultUser
 
verifyPassword(User, String) - Method in class org.owasp.esapi.reference.FileBasedAuthenticator
 
verifyPasswordStrength(String, String) - Method in interface org.owasp.esapi.Authenticator
Ensures that the password meets site-specific complexity requirements.
verifyPasswordStrength(String, String) - Method in class org.owasp.esapi.reference.FileBasedAuthenticator
 
verifySeal(String) - Method in interface org.owasp.esapi.Encryptor
Verifies a seal (created with the seal method) and throws an exception describing any of the various problems that could exist with a seal, such as an invalid seal format, expired timestamp, or data mismatch.
verifySeal(String) - Method in class org.owasp.esapi.reference.JSEEncryptor
 
verifySignature(String, String) - Method in interface org.owasp.esapi.Encryptor
Verifies a digital signature (created with the sign method) and returns the boolean result.
verifySignature(String, String) - Method in class org.owasp.esapi.reference.JSEEncryptor
 

A C D E F G H I J K L M N O P R S T U V W