Uses of Class
edu.ucsb.cs156.frontiers.services.CurrentUserService
Packages that use CurrentUserService
-
Uses of CurrentUserService in edu.ucsb.cs156.frontiers.config
Constructors in edu.ucsb.cs156.frontiers.config with parameters of type CurrentUserServiceModifierConstructorDescriptionCourseSecurity
(CurrentUserService currentUserService, org.springframework.security.access.hierarchicalroles.RoleHierarchy roleHierarchy, CourseRepository courseRepository, RosterStudentRepository rosterStudentRepository) -
Uses of CurrentUserService in edu.ucsb.cs156.frontiers.services
Subclasses of CurrentUserService in edu.ucsb.cs156.frontiers.servicesModifier and TypeClassDescriptionclass
This is a service that provides information about the current user.Constructors in edu.ucsb.cs156.frontiers.services with parameters of type CurrentUserServiceModifierConstructorDescriptionGithubSignInServiceImpl
(UserRepository userRepository, CurrentUserService currentUserService, RosterStudentRepository rosterStudentRepository, UpdateUserService updateUserService)