Uses of Class
edu.ucsb.cs156.frontiers.services.JwtService
Packages that use JwtService
-
Uses of JwtService in edu.ucsb.cs156.frontiers.services
Constructors in edu.ucsb.cs156.frontiers.services with parameters of type JwtServiceModifierConstructorDescriptionGithubGraphQLService
(org.springframework.graphql.client.HttpSyncGraphQlClient graphQlClient, JwtService jwtService) GithubTeamService
(JwtService jwtService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.boot.web.client.RestTemplateBuilder builder) OrganizationMemberService
(JwtService jwtService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.boot.web.client.RestTemplateBuilder builder, RosterStudentRepository rosterStudentRepository) RepositoryService
(JwtService jwtService, org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder, com.fasterxml.jackson.databind.ObjectMapper mapper)