Class GraphQLQueryLimiter
- java.lang.Object
-
- com.atlassian.confluence.plugins.graphql.GraphQLQueryLimiter
-
public class GraphQLQueryLimiter extends Object
A simple query limiting mechanism for the GraphQL endpoint, to avoid DoS attacks.- Since:
- 6.12.0
-
-
Constructor Summary
Constructors Constructor Description GraphQLQueryLimiter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkQuery(List<com.atlassian.graphql.rest.GraphQLRestRequest> requests)
-
-
-
Method Detail
-
checkQuery
public void checkQuery(List<com.atlassian.graphql.rest.GraphQLRestRequest> requests)
-
-