public class StargateGraphqlContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StargateGraphqlContext.BatchContext
Encapsulates logic to add multiple queries contained in the same operation that need to be
executed in a batch.
|
| Constructor and Description |
|---|
StargateGraphqlContext(javax.servlet.http.HttpServletRequest request,
AuthorizationService authorizationService,
DataStoreFactory dataStoreFactory,
Persistence persistence,
GraphqlCache graphqlCache) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllHeaders() |
AuthorizationService |
getAuthorizationService() |
StargateGraphqlContext.BatchContext |
getBatchContext() |
DataStoreFactory |
getDataStoreFactory() |
GraphqlCache |
getGraphqlCache() |
Persistence |
getPersistence() |
AuthenticationSubject |
getSubject() |
public StargateGraphqlContext(javax.servlet.http.HttpServletRequest request,
AuthorizationService authorizationService,
DataStoreFactory dataStoreFactory,
Persistence persistence,
GraphqlCache graphqlCache)
public AuthenticationSubject getSubject()
public StargateGraphqlContext.BatchContext getBatchContext()
public AuthorizationService getAuthorizationService()
public DataStoreFactory getDataStoreFactory()
public Persistence getPersistence()
public GraphqlCache getGraphqlCache()
Copyright © 2021. All rights reserved.