Uses of Class
cz.zcu.students.cacha.bp_server.view_models.UsernamePasswordVM
-
Packages that use UsernamePasswordVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of UsernamePasswordVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers with parameters of type UsernamePasswordVM Modifier and Type Method Description JWTLoginSuccessResponse
UserController. login(@Valid UsernamePasswordVM usernamePasswordVM)
Logs user in based on given credentials -
Uses of UsernamePasswordVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services with parameters of type UsernamePasswordVM Modifier and Type Method Description JWTLoginSuccessResponse
UserService. login(UsernamePasswordVM usernamePasswordVM)
Checks authentication and returns jwt based on given credentials
-