Class AuthenticationWebSocketInterceptor

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

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

    • AuthenticationWebSocketInterceptor

      public AuthenticationWebSocketInterceptor(AuthenticationExtractor authExtractor, org.springframework.security.authentication.AuthenticationManager authManager)
  • Method Details