| AllowedHttpMethodFilter |
|
| AuthCallbackFilter |
Endpoint for authentication request callbacks.
|
| AuthLoginFilter |
Endpoint for authentication login request.
|
| AuthLogoutFilter |
|
| AutoLoginFilter |
|
| BackendSecurityFilter |
Filter that adds security-relevant headers and other settings for the backend.
|
| CharacterEncodingFilter |
This filter will set the request body character encoding.
|
| ConnectionFilter |
Filter for all pages that require access to the database.
|
| DevResourceBundleFilter |
Filer that is added dynamically when dev mode is activated.
|
| FormIncludesAccessFilter |
Web filter that sets the access control headers for the form include resources.
|
| FormProcessMetricsFilter |
|
| FormProvideMetricsFilter |
|
| FrameSecurityFilter |
|
| FrontendSecurityFilter |
Filter that adds security-relevant headers and other settings for the frontend (web forms).
|
| FullyAuthenticatedFilter |
Filter for protecting critical views such as system configuration views and the user profile page.
|
| GlobalSecurityFilter |
|
| GlobalServerInfoFilter |
|
| MfaFilter |
Filter that checks user profile for possibly multi factor authentication and initiates it if required.
|
| MultipartPreservingFilter |
Filter that wraps multipart requests in a special request wrapper that allows for accessing of the
request parts multiple times during the request scope and performs unified malware scanning for all uploaded files.
|
| NoCacheFilter |
|
| PortalContextFilter |
|
| SameSiteCookieHeaderFilter |
Implementation of an HTTP servlet Filter which adds the SameSite attribute to cookies, until the Java API
supports it natively, if ever.
|
| SessionExpiredFilter |
If the there is no session / session expired, then a new session will be created, the requested URL will be saved in
that session and the user will be redirected to the EPublicView.WELCOME so they can sign in.
|