NewsFeaturesDownloadsDevelopmentSupportAbout Us

Security


Classes

class  BayesianFilter
class  CommentFilter
class  NullPipelineFilter
class  Pipeline
class  PipelineFilter
class  PipelineRequest
class  PipelineResult

Detailed Description

The Security module provides a basic implementation of a generic Pipeline to which we can register "filters", which wil carry out specific actions. Any of the filters can interrupt the processing, depending on the logic of the filter. Please see the Pipeline class for more information.