Authentication: ezcAuthenticationFilter
[ ]
[ Rfcs ] [ Security ]
[ ]
[ ]
[ ]
[ ]
Class: ezcAuthenticationFilter
|
Base class for all authentication filters. [
source]
The classes which extend this class must implement the run() method.
This class contains the STATUS_OK constant (with value 0) which is returned by the run() method in case of success. Subclasses must define their own constants to be returned in case of insuccess.
This class adds support for options for subclasses, by providing the protected property $options, and the public methods setOptions() and getOptions().
Descendents
Constants
Member Variables
Method Summary
Methods
getOptions
Returns the options of this class.
run
Runs the filter and returns a status code when finished.
Parameters
Redefined in descendants as
setOptions
Sets the options of this class to $options.
Parameters
Last updated: Tue, 02 Dec 2008