Uses of Class
org.languagetool.server.UserLimits
Packages that use UserLimits
-
Uses of UserLimits in org.languagetool.server
Methods in org.languagetool.server that return UserLimitsModifier and TypeMethodDescription(package private) static UserLimits
UserLimits.getDefaultLimits
(HTTPServerConfig config) static UserLimits
UserLimits.getLimitsByApiKey
(HTTPServerConfig config, String username, String apiKey) Get limits from the api key itself, database access is needed.(package private) static UserLimits
UserLimits.getLimitsFromToken
(HTTPServerConfig config, String jwtToken) Get limits from the JWT key itself, no database access needed.(package private) static UserLimits
UserLimits.getLimitsFromUserAccount
(HTTPServerConfig config, String username, String password) Special case that checks user on languagetoolplus.com.private @NotNull UserLimits
ApiV2.getUserLimits
(Map<String, String> parameters, HTTPServerConfig config) (package private) static UserLimits
ServerTools.getUserLimits
(Map<String, String> params, HTTPServerConfig config)