| 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 SecurityConfiguration |
ESAPI.securityConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ESAPI.override(SecurityConfiguration config)
Overrides the current security configuration with a new implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSecurityConfiguration
The reference
SecurityConfiguration manages all the settings used by the ESAPI in a single place. |
| Modifier and Type | Method and Description |
|---|---|
static SecurityConfiguration |
DefaultSecurityConfiguration.getInstance() |
Copyright © 2016 The Open Web Application Security Project (OWASP). All rights reserved.