Uses of Class
edu.ucsb.cs156.organic.entities.User
Packages that use User
-
Uses of User in edu.ucsb.cs156.organic.repositories
Methods in edu.ucsb.cs156.organic.repositories that return types with arguments of type UserModifier and TypeMethodDescriptionUserRepository.findByGithubId
(Integer githubId) UserRepository.findByGithubLogin
(String githubLogin) -
Uses of User in edu.ucsb.cs156.organic.services
Methods in edu.ucsb.cs156.organic.services that return UserModifier and TypeMethodDescriptionCurrentUserServiceImpl.getOAuth2AuthenticatedUser
(org.springframework.security.core.context.SecurityContext securityContext, org.springframework.security.core.Authentication authentication) Get the currently logged in user, or null if no user is logged in.abstract User
CurrentUserService.getUser()
CurrentUserServiceImpl.getUser()
Get the currently logged in user, or null if no user is logged in.Methods in edu.ucsb.cs156.organic.services with parameters of type UserModifier and TypeMethodDescriptionvoid
CurrentUserServiceImpl.updateToken
(User user) void
CurrentUserServiceImpl.updateUserFromGithubAPI
(User user)