[This is preliminary documentation and is subject to change.]
Classes
| Class | Description | |
|---|---|---|
| BeforeAfterFilterBase |
Provides base for filters that have before/after semantics
| |
| EffectiveCallerIPEndPointFilter |
Upon match, injects real caller WorkContext.EffectiveCallerIPEndPoint
| |
| ErrorFilter |
Intercepts error that arise during processing and displays an error page for exceptions and error codes
| |
| GeoLookupFilter |
Upon match, looks up user's geo location based on a IP addresses
| |
| LoggingFilter |
Logs information extracted from WorkContext
| |
| PortalFilter |
Manages injection of portal into the work context
| |
| RedirectFilter |
Upon match, redirects client to the specified URL resource. Specify matches with 'redirect-url' var
| |
| SecurityFilter |
Checks permissions before doing work
| |
| SessionFilter |
Manages session state in work context
| |
| StopFilter |
Stops the processing of WorkContext by throwing exception upon match
|