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 UserMethods in edu.ucsb.cs156.gauchoride.repositories with parameters of type UserModifier and TypeMethodDescriptionRideRepository.findAllByRider
(User rider) DriverShiftRepository.findByDriver
(User driver) DriverChatRepository.findByIdAndSender
(long id, User user) -
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()