Uses of Annotation Interface
com.gestorrh.api.annotation.ApiErroresRegistro
Packages that use ApiErroresRegistro
Package
Description
Controladores REST que exponen los endpoints de la API de GestorRH.
-
Uses of ApiErroresRegistro in com.gestorrh.api.controller
Methods in com.gestorrh.api.controller with annotations of type ApiErroresRegistroModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RespuestaLoginDTO> AutenticacionController.loginEmpleado(@Valid PeticionLoginDTO peticion) Gestiona el inicio de sesión para usuarios con perfil de Empleado o Supervisor.org.springframework.http.ResponseEntity<RespuestaLoginDTO> AutenticacionController.loginEmpresa(@Valid PeticionLoginDTO peticion) Gestiona el inicio de sesión para usuarios con perfil de Empresa.org.springframework.http.ResponseEntity<RespuestaEmpresaDTO> EmpresaController.registrarEmpresa(@Valid PeticionRegistroEmpresaDTO peticion) Registra una nueva empresa en el sistema.