Class CsrfWebSecurity

java.lang.Object
spring.security.CsrfWebSecurity

@Configuration @Order(2) public class CsrfWebSecurity extends Object
  • Field Details

  • Constructor Details

    • CsrfWebSecurity

      public CsrfWebSecurity()
  • Method Details

    • filterChainCsrf

      @Bean public org.springframework.security.web.SecurityFilterChain filterChainCsrf(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Throws:
      Exception