Uses of Class
edu.ucsb.cs156.courses.entities.User
-
Uses of User in edu.ucsb.cs156.courses.repositories
Modifier and TypeMethodDescriptionPSCourseRepository.findAllByPsIdAndUser
(Long psId, User user) PersonalScheduleRepository.findByIdAndUser
(long id, User user) PSCourseRepository.findByIdAndUser
(long id, User user) PersonalScheduleRepository.findByUserAndNameAndQuarter
(User user, String name, String quarter) -
Uses of User in edu.ucsb.cs156.courses.services
Modifier and TypeMethodDescriptionCurrentUserServiceImpl.getOAuth2AuthenticatedUser
(org.springframework.security.core.context.SecurityContext securityContext, org.springframework.security.core.Authentication authentication) abstract User
CurrentUserService.getUser()
CurrentUserServiceImpl.getUser()