Class GraphQLQueryLimiter
java.lang.Object
com.atlassian.confluence.plugins.graphql.GraphQLQueryLimiter
A simple query limiting mechanism for the GraphQL endpoint, to avoid DoS attacks.
- Since:
- 6.12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkQuery
(List<com.atlassian.graphql.rest.GraphQLRestRequest> requests)
-
Constructor Details
-
GraphQLQueryLimiter
public GraphQLQueryLimiter()
-
-
Method Details
-
checkQuery
-