Uses of Class
edu.cnm.deepdive.picmegallery.service.UserService
-
Packages that use UserService Package Description edu.cnm.deepdive.picmegallery.configuration edu.cnm.deepdive.picmegallery.controller -
-
Uses of UserService in edu.cnm.deepdive.picmegallery.configuration
Constructors in edu.cnm.deepdive.picmegallery.configuration with parameters of type UserService Constructor Description SecurityConfiguration(UserService userService)
Constructor of our securityConfiguration, utilizing the userService. -
Uses of UserService in edu.cnm.deepdive.picmegallery.controller
Constructors in edu.cnm.deepdive.picmegallery.controller with parameters of type UserService Constructor Description UserController(UserService userService)
This Constructor creates a UserService object.
-