|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> security >> [ filters overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.jcorporate.expresso.core.security.filters
This package contains Expresso's security system, switchable from "weak" security (e.g.
See:
Description
| Class Summary | |
| AllowedHtmlPlusURLFilter | This class provides a filter implementation for HTML output, protecting against XSS exploits, but allows a small subset of HTML through, for simple formatting. |
| Filter | This is the base class for all filters. |
| FilterManager | The primary purpose of this class is to filer out particular characters from a HTTP respone. |
| FilterTest | Unit test for Security Filters |
| FilterTree | A filter tree is a data structure that allows for quick matching and replacement of strings. |
| FilterTreeNode | This class provides a "filter parse tree" interface to the system. |
| FilterTreeTest | Unit test for the Filter Tree System. |
| gb2312 | This class provides a filter implementation of the Filter class for the chinese gb2312 |
| HtmlFilter | This class provides a filter implementation of the Filter class for stripping out HTML tags in order to protect against XSS exploits |
| HtmlPlusURLFilter | This class provides a filter implementation for HTML output, protecting against XSS exploits, plus it creates anchor () tags for anything that starts with 'http://', 'www.', etc. |
| ISO_8859_1 | This class provides a filter implementation of the Filter class for the ISO-8859-1 character set (also known as the Roman Character set) in other words the characters used in the Western European Languages. |
| ISO_8859_1_eForum | Deprecated. As of Expresso 5.0.4 Eforum itself can do its own filtering now. |
| RawFilter | This class provides a filter implementation of the Filter class for returning raw, unfiltered values |
| XmlFilter | This class provides a filter implementation of the Filter class for XML |
Package com.jcorporate.expresso.core.security.filters Description
This package contains Expresso's security system, switchable from "weak" security (e.g. minimal-strength encryption) to "strong" security. It also includes filters for field data used in DBObjects to prevent embedded code and other forms of attack on the security of the system.
|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> security >> [ filters overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||