Package com.aquima.web.security.headers
-
Class Summary Class Description AbstractSecurityHeaderWriter Base class for security header writers which provides the ability to check whether an HTTP header is already present in the response.ClickJackingProtectionHeaderWriter Adds the Content-Security-Policy and X-Frame-Options headers to the HTTP response based on the current security configuration.ContentTypeOptionsHeaderWriter Adds the X-Content-Type-Options header to the HTTP response based on the current security configuration.StrictTransportProtectionHeaderWriter Adds the Strict-Transport-Security header to the HTTP response based on the current security configuration.XssProtectionHeaderWriter Adds the X-XSS-Protection header to the HTTP response based on the current security configuration.