@Component
public class SecurityGraphQLContextBuilder
extends graphql.kickstart.execution.context.DefaultGraphQLContextBuilder
implements graphql.kickstart.servlet.context.GraphQLServletContextBuilder
| Constructor and Description |
|---|
SecurityGraphQLContextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
graphql.kickstart.execution.context.GraphQLContext |
build(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response) |
graphql.kickstart.execution.context.GraphQLContext |
build(javax.websocket.Session session,
javax.websocket.server.HandshakeRequest request) |
public graphql.kickstart.execution.context.GraphQLContext build(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response)
build in interface graphql.kickstart.servlet.context.GraphQLServletContextBuilderpublic graphql.kickstart.execution.context.GraphQLContext build(javax.websocket.Session session,
javax.websocket.server.HandshakeRequest request)
build in interface graphql.kickstart.servlet.context.GraphQLServletContextBuilder