Class PlaygroundWebFluxControllerAdvice

java.lang.Object
graphql.kickstart.autoconfigure.editor.playground.PlaygroundWebFluxControllerAdvice

@ControllerAdvice @ConditionalOnClass({org.springframework.security.web.server.csrf.CsrfToken.class,org.springframework.security.web.reactive.result.view.CsrfRequestDataValueProcessor.class}) @ConditionalOnBean(org.springframework.security.web.reactive.result.view.CsrfRequestDataValueProcessor.class) public class PlaygroundWebFluxControllerAdvice extends Object
  • Constructor Details

    • PlaygroundWebFluxControllerAdvice

      public PlaygroundWebFluxControllerAdvice()
  • Method Details

    • getCsrfToken

      @ModelAttribute("_csrf") public reactor.core.publisher.Mono<org.springframework.security.web.server.csrf.CsrfToken> getCsrfToken(org.springframework.web.server.ServerWebExchange exchange)