Package org.owasp.esapi.configuration
-
Interface Summary Interface Description EsapiPropertyLoader Generic interface for loading security configuration properties. -
Class Summary Class Description AbstractPrioritizedPropertyLoader Abstrace class that supports two "levels" of priorities for ESAPI properties.EsapiPropertyLoaderFactory Factory class that takes care of initialization of proper instance of EsapiPropertyLoader based on EsapiPropertiesStoreEsapiPropertyManager Manager used for loading security configuration properties.StandardEsapiPropertyLoader Loader capable of loading single security configuration property from standard java properties configuration file.XmlEsapiPropertyLoader Loader capable of loading single security configuration property from xml configuration file.