public class ServerHttpSecurity.CsrfSpec
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ServerHttpSecurity.CsrfSpec |
accessDeniedHandler(org.springframework.security.web.server.authorization.ServerAccessDeniedHandler accessDeniedHandler) |
ServerHttpSecurity |
and() |
protected void |
configure(ServerHttpSecurity http) |
ServerHttpSecurity.CsrfSpec |
csrfTokenRepository(org.springframework.security.web.server.csrf.ServerCsrfTokenRepository csrfTokenRepository) |
ServerHttpSecurity |
disable() |
ServerHttpSecurity.CsrfSpec |
requireCsrfProtectionMatcher(org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher requireCsrfProtectionMatcher) |
public ServerHttpSecurity.CsrfSpec accessDeniedHandler(org.springframework.security.web.server.authorization.ServerAccessDeniedHandler accessDeniedHandler)
public ServerHttpSecurity.CsrfSpec csrfTokenRepository(org.springframework.security.web.server.csrf.ServerCsrfTokenRepository csrfTokenRepository)
public ServerHttpSecurity.CsrfSpec requireCsrfProtectionMatcher(org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher requireCsrfProtectionMatcher)
public ServerHttpSecurity and()
public ServerHttpSecurity disable()
protected void configure(ServerHttpSecurity http)