Uses of Class
com.skava.model.requests.UserResetRequest
Packages that use UserResetRequest
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of UserResetRequest in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type UserResetRequestModifier and TypeMethodDescriptionSendResetPasswordServiceImpl.methodFallback
(UserResetRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly - Method fallback.ValidateResetPasswordServiceImpl.methodFallback
(UserResetRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.SendResetPasswordServiceImpl.process
(@Valid UserResetRequest request) This service is used to reset the password for the requested user.ValidateResetPasswordServiceImpl.process
(@Valid UserResetRequest request) This method is used to validate the reset param received from email/sms and update new password for the requested user by validating the reset param from the request with the database -
Uses of UserResetRequest in com.skava.web
Methods in com.skava.web with parameters of type UserResetRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserResetResponse>
CredentialsController.resetUserPasssword
(UserResetRequest resetRequest, Long collectionId, String authToken, String locale, String version, long storeId) This service endpoint is used to send password reset request to userorg.springframework.http.ResponseEntity<Object>
CredentialsController.validateResetPasssword
(UserResetRequest resetRequest, Long collectionId, String authToken, String locale, String version, long storeId) This service endpoint is used to validate the reset password params