Uses of Class
edu.ucsb.cs156.example.models.CurrentUser
Packages that use CurrentUser
- 
Uses of CurrentUser in edu.ucsb.cs156.example.controllersMethods in edu.ucsb.cs156.example.controllers that return CurrentUserModifier and TypeMethodDescriptionprotected CurrentUserApiController.getCurrentUser()This method returns the current user.UserInfoController.getCurrentUser()This method returns the current user.
- 
Uses of CurrentUser in edu.ucsb.cs156.example.servicesMethods in edu.ucsb.cs156.example.services that return CurrentUserModifier and TypeMethodDescriptionabstract CurrentUserCurrentUserService.getCurrentUser()This method returns the current user as a CurrentUser objectCurrentUserServiceImpl.getCurrentUser()This method returns the current user as a User object.