NewsNewsFeaturesDownloadsDevelopmentSupportForumDocumentsAbout Us

Security


複合項目

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

詳細描述

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.