Uses of Class
com.skava.model.responses.UsersResponse
Packages that use UsersResponse
Package
Description
This package contains the user Helper classes.
This package contains the user service implementation classes.
This package holds the user util method classes.
This package contains the controller classes.
-
Uses of UsersResponse in com.skava.helper
Methods in com.skava.helper that return UsersResponseModifier and TypeMethodDescriptionstatic UsersResponse
UserPropertiesHelper.deleteCustomProperty
(DeleteCustomPropertyService deletePropertyService, long userId, String propertyName, String locale, long collectionId) This method is used to delete the given custom property.static UsersResponse
UserPasswordHelper.updatePassword
(UserCommonServices userCommonServices, long userId, String password, String locale, Map<String, String> propMap, long collectionId, CollectionCommonServices collectionCommonServices) This method is used to update user password in DB, Password is validated and then saved in DB, current password is set as old password and new password is saved in DB if old password exists.static UsersResponse
UserPasswordHelper.validatePasswordIntervalAndLimit
(UserCommonServices userCommonServices, long userId, String password, String locale, Map<String, String> propMap, long collectionId, CollectionCommonServices collectionCommonServices) Represents the response returned by the UserPasswordHelper.validatePasswordIntervalAndLimit method. -
Uses of UsersResponse in com.skava.service.impl
Methods in com.skava.service.impl that return UsersResponseModifier and TypeMethodDescriptionUpdateUserServiceImpl.checkMFAEnabledForUserUpdate
(UserRequest request, Collection collection, Users user, com.skava.core.event.EventClientComponent eventClientComponent, com.skava.core.auth.AuthTokenHandler authTokenHandler) This method is used to check whether MFA and merge enabled or not and send response based on the given request.DeleteCustomPropertyServiceImpl.methodFallback
(UserPropertiesRequest input) 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.DeleteUserServiceImpl.methodFallback
(UserRequest input) 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.GetAllCustomPropertyServiceImpl.methodFallback
(UserPropertiesRequest 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.GetAllSecurityQuestionsImpl.methodFallback
(UserCredentialsRequest input) 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.GetCustomPropertyServiceImpl.methodFallback
(UserPropertiesRequest 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.GetSecurityQuestionsImpl.methodFallback
(UserCredentialsRequest 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.GetUserIdentityServiceImpl.methodFallback
(UserRequest 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.GetUserServiceImpl.methodFallback
(UserRequest 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.SendActivationServiceImpl.methodFallback
(UserActivationRequest 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.UpdateCustomPropertyServiceImpl.methodFallback
(UserPropertiesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UpdateSecurityQuestionsImpl.methodFallback
(UserCredentialsRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UpdateUserPasswordServiceImpl.methodFallback
(UserCredentialsRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UpdateUserServiceImpl.methodFallback
(UserRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UserAuthSendNotificationServiceImpl.methodFallback
(UserNotificationRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UserAuthValidateNotificationServiceImpl.methodFallback
(UserNotificationRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.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.ValidateSecurityAnswerServiceImpl.methodFallback
(UserCredentialsRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.DeleteCustomPropertyServiceImpl.process
(@Valid UserPropertiesRequest request) This method is used to delete custom property for a user by the name given in request.DeleteUserServiceImpl.process
(UserRequest request) This method is used to deactivate the requested user whose status will be changed to INACTIVE.GetAllCustomPropertyServiceImpl.process
(@Valid UserPropertiesRequest request) This service is used to load all available custom properties for the user.GetAllSecurityQuestionsImpl.process
(UserCredentialsRequest request) This service is used to get user security questions without answers.GetAllUserPublicProfileServiceImpl.process
(UserRequest request) This API retrieves the user's public profile within the given collection based on the given filter.GetCustomPropertyServiceImpl.process
(@Valid UserPropertiesRequest request) This service is used to load the requested custom property for an user.GetSecurityQuestionsImpl.process
(UserCredentialsRequest request) This service is used to get user security questions with answers for the requested user.GetUserIdentityServiceImpl.process
(UserRequest request) This service is used to load all identities for an user.GetUserServiceImpl.process
(UserRequest request) This service is used to load a user profile information for the requested user in a particular collection.SendActivationServiceImpl.process
(@Valid UserActivationRequest request) This service is used to generate an activation param for users who are not in ACTIVE status.UpdateCustomPropertyServiceImpl.process
(@Valid UserPropertiesRequest request) This method is used to update custom property for a user.UpdateSecurityQuestionsImpl.process
(UserCredentialsRequest request) This service is used to update security questions and answers for the requested user.UpdateUserPasswordServiceImpl.process
(UserCredentialsRequest request) This service is used to update password for the requested ACTIVE user.UpdateUserServiceImpl.process
(@Valid UserRequest request) This service is used to update user's profile information including identities.UserAuthSendNotificationServiceImpl.process
(UserNotificationRequest request) This service is used to authenticate an user for certain user actions like Add to cart, Checkout, Update password etc.UserAuthValidateNotificationServiceImpl.process
(UserNotificationRequest request) This service is used to authenticate an user action like Add to cart, Checkout, Update password etc. by validating the password sent to user Email / SMS at the time of placing the request.UserCheckUpdatePasswordServiceImpl.process
(UserCredentialsRequest request) This service is used to update password for the requested ACTIVE user.UserCheckUpdateServiceImpl.process
(UserRequest request) This service is used to update user's profile information including identities.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 databaseValidateSecurityAnswerServiceImpl.process
(@Valid UserCredentialsRequest request) This method will validate the user security question and answer from Database and user provided.ResendMFAServiceImpl.resendMfaOtpAndToken
(UserRequest request, Collection collection, long userId) This method used to resend otp and for users.ResendMFAServiceImpl.resendMfaOtpAndToken
(UserRequest request, Collection collection, long userId, String routingKey) This method used to resend otp and for users.static UsersResponse
ValidateActivationServiceImpl.updatUserInformation
(UserCommonServices userCommonServices, long userId, UserActivationRequest request, long collectionId) This method is used to update user information in DB.ValidateTokenMFAServiceImpl.validateToken
(UserRequest request, Collection collection) This method is used to validate token and choose whether resends or validate otp based on the presence of the Otp from request.ValidateTokenMFAServiceImpl.validateToken
(UserRequest request, Collection collection, String routingKey) This method is used to validate token and choose whether resends or validate otp based on the presence of the Otp from request. -
Uses of UsersResponse in com.skava.util
Methods in com.skava.util that return UsersResponseModifier and TypeMethodDescriptionstatic UsersResponse
UserUtil.setUsersResponseAndToken
(String token, Users user, int availableRetries, int maxFailLimit) This method is used to set login token and availableRetries in auth response and set user id in user model object. -
Uses of UsersResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type UsersResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UsersResponse>
UsersController.getAllUserPublicProfile
(int page, int size, String filter, String sort, Long collectionId, long businessId, String authToken, String locale, String version, long storeId) This API retrieves the user's public profile within the given collection based on the given filter.