Uses of Record Class
callofproject.dev.authentication.dto.auth.AuthenticationRequest
Packages that use AuthenticationRequest
Package
Description
-
Uses of AuthenticationRequest in callofproject.dev.authentication.controller
Methods in callofproject.dev.authentication.controller with parameters of type AuthenticationRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
AdminController.authenticate
(AuthenticationRequest request) Login operation for admins.org.springframework.http.ResponseEntity<Object>
AuthenticationController.authenticate
(@Valid AuthenticationRequest request) Login operation for application. -
Uses of AuthenticationRequest in callofproject.dev.authentication.service
Methods in callofproject.dev.authentication.service with parameters of type AuthenticationRequestModifier and TypeMethodDescriptionAdminService.authenticate
(AuthenticationRequest request) Authenticates a user based on their username and password.AuthenticationService.authenticate
(AuthenticationRequest request) Login operation for users.