Uses of Class
edu.ucsb.cs156.courses.entities.User
Packages that use User
-
Uses of User in edu.ucsb.cs156.courses.repositories
Methods in edu.ucsb.cs156.courses.repositories that return types with arguments of type UserMethods in edu.ucsb.cs156.courses.repositories with parameters of type UserModifier 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
Methods in edu.ucsb.cs156.courses.services that return UserModifier and TypeMethodDescriptionCurrentUserServiceImpl.getOAuth2AuthenticatedUser(org.springframework.security.core.context.SecurityContext securityContext, org.springframework.security.core.Authentication authentication) abstract UserCurrentUserService.getUser()CurrentUserServiceImpl.getUser()