| CacheControlServerHttpHeadersWriter |
Writes cache control related headers.
|
| ClearSiteDataServerHttpHeadersWriter |
Writes the Clear-Site-Data response header when the request is secure.
|
| CompositeServerHttpHeadersWriter |
|
| ContentSecurityPolicyServerHttpHeadersWriter |
Writes the Contet-Security-Policy response header with configured policy
directives.
|
| ContentTypeOptionsServerHttpHeadersWriter |
Adds X-Content-Type-Options: nosniff
|
| FeaturePolicyServerHttpHeadersWriter |
Writes the Feature-Policy response header with configured policy directives.
|
| HttpHeaderWriterWebFilter |
|
| PermissionsPolicyServerHttpHeadersWriter |
Writes the Permissions-Policy response header with configured policy
directives.
|
| ReferrerPolicyServerHttpHeadersWriter |
Writes the Referrer-Policy response header.
|
| StaticServerHttpHeadersWriter |
Allows specifying HttpHeaders that should be written to the response.
|
| StaticServerHttpHeadersWriter.Builder |
|
| StrictTransportSecurityServerHttpHeadersWriter |
Writes the Strict-Transport-Security if the request is secure.
|
| XContentTypeOptionsServerHttpHeadersWriter |
Adds X-Content-Type-Options: nosniff
|
| XFrameOptionsServerHttpHeadersWriter |
ServerHttpHeadersWriter implementation for the X-Frame-Options headers.
|
| XXssProtectionServerHttpHeadersWriter |
Add the x-xss-protection header.
|