Uses of Class
edu.ucsb.cs156.gauchoride.entities.User
Packages that use User
Package
Description
-
Uses of User in edu.ucsb.cs156.gauchoride.controllers
Methods in edu.ucsb.cs156.gauchoride.controllers that return User -
Uses of User in edu.ucsb.cs156.gauchoride.repositories
Methods in edu.ucsb.cs156.gauchoride.repositories that return types with arguments of type UserModifier and TypeMethodDescriptionUserRepository.findByDriver
(boolean driver) UserRepository.findByEmail
(String email) -
Uses of User in edu.ucsb.cs156.gauchoride.services
Methods in edu.ucsb.cs156.gauchoride.services that return UserModifier and TypeMethodDescriptionCurrentUserServiceImpl.getOAuth2AuthenticatedUser
(org.springframework.security.core.context.SecurityContext securityContext, org.springframework.security.core.Authentication authentication) abstract User
CurrentUserService.getUser()
CurrentUserServiceImpl.getUser()