Uses of Class
edu.ucsb.cs156.gauchoride.entities.User
Package
Description
-
Uses of User in edu.ucsb.cs156.gauchoride.controllers
-
Uses of User in edu.ucsb.cs156.gauchoride.repositories
Modifier and TypeMethodDescriptionRideRepository.findAllByRider
(User rider) DriverShiftRepository.findByDriver
(User driver) DriverChatRepository.findByIdAndSender
(long id, User user) -
Uses of User in edu.ucsb.cs156.gauchoride.services
Modifier and TypeMethodDescriptionCurrentUserServiceImpl.getOAuth2AuthenticatedUser
(org.springframework.security.core.context.SecurityContext securityContext, org.springframework.security.core.Authentication authentication) abstract User
CurrentUserService.getUser()
CurrentUserServiceImpl.getUser()