Uses of Class
edu.ucsb.cs156.example.models.CurrentUser
-
Uses of CurrentUser in edu.ucsb.cs156.example.controllers
Modifier and TypeMethodDescriptionprotected CurrentUser
ApiController.getCurrentUser()
This method returns the current user.UserInfoController.getCurrentUser()
This method returns the current user. -
Uses of CurrentUser in edu.ucsb.cs156.example.services
Modifier and TypeMethodDescriptionabstract CurrentUser
CurrentUserService.getCurrentUser()
This method returns the current user as a CurrentUser objectCurrentUserServiceImpl.getCurrentUser()
This method returns the current user as a User object.