Uses of Interface
com.jms.socialmedia.token.TokenService
-
Packages that use TokenService Package Description com.jms.socialmedia.handlers Request Handlerscom.jms.socialmedia.routes com.jms.socialmedia.token Tokens and Permissions Classes -
-
Uses of TokenService in com.jms.socialmedia.handlers
Fields in com.jms.socialmedia.handlers declared as TokenService Modifier and Type Field Description protected TokenService
RequestHandler. tokenService
Constructors in com.jms.socialmedia.handlers with parameters of type TokenService Constructor Description CommentRequestHandler(DataService dataService, TokenService tokenService, com.google.gson.Gson gson)
FollowRequestHandler(DataService dataService, TokenService tokenService, com.google.gson.Gson gson)
LikeRequestHandler(DataService dataService, TokenService tokenService, com.google.gson.Gson gson)
MetricsRequestHandler(DataService dataService, TokenService tokenService, com.codahale.metrics.MetricRegistry metricRegistry)
PostRequestHandler(DataService dataService, TokenService tokenService, com.google.gson.Gson gson)
RequestHandler(DataService dataService, TokenService tokenService, com.google.gson.Gson gson)
UserRequestHandler(DataService dataService, PasswordService passwordService, TokenService tokenService, Collection<Integer> adminUserIds, com.google.gson.Gson gson)
-
Uses of TokenService in com.jms.socialmedia.routes
Constructors in com.jms.socialmedia.routes with parameters of type TokenService Constructor Description RouteMappings(DataService dataService, PasswordService passwordService, TokenService tokenService, com.codahale.metrics.MetricRegistry metricRegistry, Set<Integer> adminUserIds)
-
Uses of TokenService in com.jms.socialmedia.token
Classes in com.jms.socialmedia.token that implement TokenService Modifier and Type Class Description class
JWTService
-