Uses of Class
edu.ucsb.cs156.organic.entities.User
-
Uses of User in edu.ucsb.cs156.organic.repositories
Modifier and TypeMethodDescriptionUserRepository.findByGithubId
(Integer githubId) UserRepository.findByGithubLogin
(String githubLogin) -
Uses of User in edu.ucsb.cs156.organic.services
Modifier 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.Modifier and TypeMethodDescriptionvoid
CurrentUserServiceImpl.updateToken
(User user) void
CurrentUserServiceImpl.updateUserFromGithubAPI
(User user)