Uses of Class
com.greenloop.auth_service.dto.PasswordChangeRequest
Packages that use PasswordChangeRequest
-
Uses of PasswordChangeRequest in com.greenloop.auth_service.controller
Methods in com.greenloop.auth_service.controller with parameters of type PasswordChangeRequestModifier and TypeMethodDescriptionAuthController.resetPassword(String userId, @Valid PasswordChangeRequest request) Resets password for the authenticated user. -
Uses of PasswordChangeRequest in com.greenloop.auth_service.service
Methods in com.greenloop.auth_service.service with parameters of type PasswordChangeRequestModifier and TypeMethodDescriptionvoidAuthService.resetPassword(String userId, PasswordChangeRequest request)