| 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 |
|---|---|
private static LogFactory |
ESAPI.logFactory()
Get the current LogFactory being used by ESAPI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaLogFactory
Reference implementation of the LogFactory and Logger interfaces.
|
class |
Log4JLogFactory
Reference implementation of the LogFactory interface.
|
| Modifier and Type | Field and Description |
|---|---|
private static LogFactory |
Log4JLogFactory.singletonInstance |
private static LogFactory |
JavaLogFactory.singletonInstance |
| Modifier and Type | Method and Description |
|---|---|
static LogFactory |
Log4JLogFactory.getInstance() |
static LogFactory |
JavaLogFactory.getInstance() |