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 UserLimitsUserLimits.getDefaultLimits(HTTPServerConfig config) static UserLimitsUserLimits.getLimitsByApiKey(HTTPServerConfig config, String username, String apiKey) Get limits from the api key itself, database access is needed.(package private) static UserLimitsUserLimits.getLimitsFromToken(HTTPServerConfig config, String jwtToken) Get limits from the JWT key itself, no database access needed.(package private) static UserLimitsUserLimits.getLimitsFromUserAccount(HTTPServerConfig config, String username, String password) Special case that checks user on languagetoolplus.com.private @NotNull UserLimitsApiV2.getUserLimits(Map<String, String> parameters, HTTPServerConfig config) (package private) static UserLimitsServerTools.getUserLimits(Map<String, String> params, HTTPServerConfig config)