Class AuthenticationWebSocketInterceptor

java.lang.Object
org.springframework.graphql.server.support.AbstractAuthenticationWebSocketInterceptor
org.springframework.graphql.server.webflux.AuthenticationWebSocketInterceptor
All Implemented Interfaces:
WebGraphQlInterceptor, WebSocketGraphQlInterceptor

public final class AuthenticationWebSocketInterceptor extends AbstractAuthenticationWebSocketInterceptor
Extension of AbstractAuthenticationWebSocketInterceptor for use with the WebFlux GraphQL transport.
Since:
1.3.0
Author:
Joshua Cummings, Rossen Stoyanchev
  • Constructor Details

    • AuthenticationWebSocketInterceptor

      public AuthenticationWebSocketInterceptor(AuthenticationExtractor extractor, org.springframework.security.authentication.ReactiveAuthenticationManager manager)
  • Method Details