Uses of Interface
org.owasp.esapi.configuration.EsapiPropertyLoader
-
Packages that use EsapiPropertyLoader Package Description org.owasp.esapi The ESAPI interfaces andException
classes model the most important security functions to enterprise web applications.org.owasp.esapi.configuration org.owasp.esapi.reference This package contains reference implementations of the ESAPI interfaces. -
-
Uses of EsapiPropertyLoader in org.owasp.esapi
Subinterfaces of EsapiPropertyLoader in org.owasp.esapi Modifier and Type Interface Description interface
SecurityConfiguration
TheSecurityConfiguration
interface stores all configuration information that directs the behavior of the ESAPI implementation. -
Uses of EsapiPropertyLoader in org.owasp.esapi.configuration
Classes in org.owasp.esapi.configuration that implement EsapiPropertyLoader Modifier and Type Class Description class
AbstractPrioritizedPropertyLoader
Abstrace class that supports two "levels" of priorities for ESAPI properties.class
EsapiPropertyManager
Manager used for loading security configuration properties.class
StandardEsapiPropertyLoader
Loader capable of loading single security configuration property from standard java properties configuration file.class
XmlEsapiPropertyLoader
Loader capable of loading single security configuration property from xml configuration file. -
Uses of EsapiPropertyLoader in org.owasp.esapi.reference
Classes in org.owasp.esapi.reference that implement EsapiPropertyLoader Modifier and Type Class Description class
DefaultSecurityConfiguration
The referenceSecurityConfiguration
manages all the settings used by the ESAPI in a single place.
-