| AbstractCheckedUriFilter |
Base filter for all filters which have to rely on list of url paths and perform some action when request URI matches
url path.
|
| AbstractPlatformFilterChain |
Instead of implementing all the different feature into one Filter this filter just provides a internal chain where
you can add different other filters to add additional features to your request processing.
|
| AbstractPlatformPreFilter |
|
| BackOfficeFilterChain |
BackOffice application filter chain.
|
| DataSourceSwitchingFilter |
Filter which takes care of switching the data sources for given tenant.
|
| DefaultSessionCloseStrategy |
Default strategy that sets max inactive interval for each http session based on hybris properties.
|
| DefaultXSSFilterConfig |
|
| DefaultXSSValueTranslator |
Default value translator simply stripping all text occurrences of the given pattern set.
|
| DynamicCatalogVersionActivationFilter |
DynamicCatalogVersionActivationFilter takes care of activating the catalog versions at runtime.
|
| DynamicTenantSwitchingFilter |
Deprecated.
|
| Log4JFilter |
Adds the remote ip address to the log4j MDC before the request gets processed and removes it afterwards.
|
| MediaNotAuthorizedFilter |
The MediaNotAuthorizedFilter takes care of handling request with secured medias, where for some reason the secure
media filter was not in use (not included into filter chain).
|
| PlatformFilterChain |
Standard platform filter chain.
|
| PolyglotPersistenceCallbackFilter |
|
| PolyglotPersistenceCallbackFilterTest |
|
| PolyglotPersistenceCallbackFilterTest.NextCallPolyglotCallback |
|
| PolyglotPersistenceCallbackFilterTest.NoNextCallPolyglotCallback |
|
| PolyglotPersistenceCallbackFilterTest.SimplePolyglotCallback |
|
| ProfileFilter |
Filter which measures the time it took to process the "complete" request.
|
| RedirectWhenSystemIsNotInitializedFilter |
Filter which takes care of redirection of the current request in case the system will be recognized as not
initialized.
|
| ResourceGuardServiceIntegrationTest |
|
| ResourcesGuardFilter |
|
| ResourcesGuardFilterTest |
|
| ResourcesGuardService |
Service which keeps configuration of enabled/disabled endpoints per web app.
|
| ResourcesGuardServiceTest |
|
| SecureMediaFilter |
Deprecated.
|
| SecureResponseWrapper |
Prevents the application from setting HTTP headers that include CR or LF characters.
|
| SecureResponseWrapperTest |
|
| SessionCloseStrategyTest |
|
| SessionFilter |
This filters takes care of the session handling.
|
| SessionFilterSerializationCheckTest |
|
| SimpleCatalogVersionActivationFilter |
SimpleCatalogVersionActivationFilter assures that the configured catalog versions are set as session catalog
versions.
|
| TenantActivationFilter |
Deprecated.
|
| TenantAvailabilityService |
|
| TenantAvailabilityServiceTest |
|
| WebAppMediaFilter |
|
| XSSEncoderTest |
|
| XSSFilter |
Filter that wraps requests to XSSRequestWrapper to sanitize inputs for XSS.
|
| XSSFilterTest |
|
| XSSRequestWrapper |
HttpServletRequestWrapper that sanitize requests inputs to mitigate risks of XSS scripts being passed over.
|