public class HttpSecurity.HeaderBuilder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
HttpSecurity.HeaderBuilder.CacheSpec |
class |
HttpSecurity.HeaderBuilder.ContentTypeOptionsSpec |
class |
HttpSecurity.HeaderBuilder.FrameOptionsSpec |
class |
HttpSecurity.HeaderBuilder.HstsSpec |
class |
HttpSecurity.HeaderBuilder.XssProtectionSpec |
Modifier and Type | Method and Description |
---|---|
HttpSecurity |
and() |
HttpSecurity.HeaderBuilder.CacheSpec |
cache() |
protected void |
configure(HttpSecurity http) |
HttpSecurity.HeaderBuilder.ContentTypeOptionsSpec |
contentTypeOptions() |
HttpSecurity.HeaderBuilder.FrameOptionsSpec |
frameOptions() |
HttpSecurity.HeaderBuilder.HstsSpec |
hsts() |
HttpSecurity.HeaderBuilder.XssProtectionSpec |
xssProtection() |
public HttpSecurity and()
public HttpSecurity.HeaderBuilder.CacheSpec cache()
public HttpSecurity.HeaderBuilder.ContentTypeOptionsSpec contentTypeOptions()
public HttpSecurity.HeaderBuilder.FrameOptionsSpec frameOptions()
public HttpSecurity.HeaderBuilder.HstsSpec hsts()
protected void configure(HttpSecurity http)
public HttpSecurity.HeaderBuilder.XssProtectionSpec xssProtection()