public class ServerHttpSecurity.CsrfSpec
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ServerHttpSecurity.CsrfSpec |
accessDeniedHandler(ServerAccessDeniedHandler accessDeniedHandler) |
ServerHttpSecurity |
and() |
protected void |
configure(ServerHttpSecurity http) |
ServerHttpSecurity.CsrfSpec |
csrfTokenRepository(ServerCsrfTokenRepository csrfTokenRepository) |
ServerHttpSecurity |
disable() |
ServerHttpSecurity.CsrfSpec |
requireCsrfProtectionMatcher(ServerWebExchangeMatcher requireCsrfProtectionMatcher) |
public ServerHttpSecurity.CsrfSpec accessDeniedHandler(ServerAccessDeniedHandler accessDeniedHandler)
public ServerHttpSecurity.CsrfSpec csrfTokenRepository(ServerCsrfTokenRepository csrfTokenRepository)
public ServerHttpSecurity.CsrfSpec requireCsrfProtectionMatcher(ServerWebExchangeMatcher requireCsrfProtectionMatcher)
public ServerHttpSecurity and()
public ServerHttpSecurity disable()
protected void configure(ServerHttpSecurity http)