public enum ESAPIValidationType extends Enum<ESAPIValidationType>
| Modifier and Type | Method and Description | 
|---|---|
static ESAPIValidationType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ESAPIValidationType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ESAPIValidationType ACCESS_CONTROL_DB
public static final ESAPIValidationType CROSS_SITE_SCRIPTING_PERSISTENT
public static final ESAPIValidationType CROSS_SITE_SCRIPTING_REFLECTED
public static final ESAPIValidationType COMMAND_INJECTION
public static final ESAPIValidationType DENIAL_OF_SERVICE_REG_EXP
public static final ESAPIValidationType JSON_INJECTION
public static final ESAPIValidationType LOG_FORGING
public static final ESAPIValidationType OPEN_REDIRECT
public static final ESAPIValidationType PATH_MANIPULATION
public static final ESAPIValidationType PORTABILITY_FLAW_FILE_SEPARATOR
public static final ESAPIValidationType PORTABILITY_FLAW_LOCALE
public static final ESAPIValidationType PRIVACY_VIOLATION
public static final ESAPIValidationType SQL_INJECTION
public static final ESAPIValidationType SYSTEM_INFORMATION_LEAK_EXTERNAL
public static final ESAPIValidationType XML_EXT_ENTITY_INJ
public static ESAPIValidationType[] values()
for (ESAPIValidationType c : ESAPIValidationType.values()) System.out.println(c);
public static ESAPIValidationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 Department of Veterans Affairs. All Rights Reserved.