| Package | Description |
|---|---|
| org.owasp.esapi |
The ESAPI interfaces and
Exception classes model the most
important security functions to enterprise web applications. |
| org.owasp.esapi.reference |
This package contains reference implementations of the ESAPI interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static Validator |
ESAPI.validator() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValidator
Reference implementation of the Validator interface.
|
| Modifier and Type | Field and Description |
|---|---|
private static Validator |
DefaultValidator.fileValidator
The encoder to use for file system
|
private static Validator |
DefaultValidator.instance |
| Modifier and Type | Method and Description |
|---|---|
static Validator |
DefaultValidator.getInstance() |