Uses of Class
com.skava.model.responses.UserAuthResponse
Packages that use UserAuthResponse
Package
Description
This package contains the user service implementation classes.
This package holds the user util method classes.
This package contains the controller classes.
-
Uses of UserAuthResponse in com.skava.service.impl
Methods in com.skava.service.impl that return UserAuthResponseModifier and TypeMethodDescriptionUserLoginMergeServiceImpl.checkMFAEnabledAndMergeUserEnabled
(UserAuthRequest request, Collection collection, UsersEntity userEntity, AuthenticatedUser authenticatedUser, 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.UserLoginMergeServiceImpl.checkMFAEnabledAndMergeUserEnabled
(UserAuthRequest request, Collection collection, UsersEntity userEntity, String authorizationData, boolean resetParam, 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.UserLoginMergeServiceImpl.checkMFAEnabledAndMergeUserEnabled
(UserAuthRequest request, Collection collection, UsersEntity userEntity, String authorizationData, 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.UserCheckAuthServiceImpl.checkPasswordExpiryMFA
(UserAuthRequest request, UserAuthResponse userAuthResponse, Collection collection) UserCheckAuthServiceImpl.process
(UserAuthRequest request) This API supports different logins based on the identityType such as default, custom, google and facebook.ResendLoginMFAServiceImpl.resendMFALoginOTPAndToken
(UserAuthRequest request, Collection collection, long userId) This method used to resend login otp and for users.ValidateLoginTokenMFAServiceImpl.validateLoginToken
(UserAuthRequest request, Collection collection) This method is used to validate login token and choose whether resend or validate login otp based on the presence of the login otp from request.ValidateLoginMFAServiceImpl.validateMFAAuthenticatorOTP
(UserAuthRequest request, Collection collection, long userId) This method used to validate login token and OTPValidateLoginMFAServiceImpl.validateMFALoginOTPAndToken
(UserAuthRequest request, Collection collection, long userId) This method used to validate login token and OTPMethods in com.skava.service.impl with parameters of type UserAuthResponseModifier and TypeMethodDescriptionUserCheckAuthServiceImpl.checkPasswordExpiryMFA
(UserAuthRequest request, UserAuthResponse userAuthResponse, Collection collection) -
Uses of UserAuthResponse in com.skava.util
Methods in com.skava.util that return UserAuthResponseModifier and TypeMethodDescriptionstatic UserAuthResponse
UserAuthUtil.setAuthResponseAndGenerateLoginToken
(UsersEntity userEntity, UserCommonServices userCommonServices) This method is used to generate login token and set user id in user model object.static UserAuthResponse
UserAuthUtil.setAuthResponseAndLoginToken
(UsersEntity userEntity, String loginToken, int availableRetries, int maxFailLimit, boolean resetParam) This method is used to set login token and availableRetries in auth response and set user id in user model object. -
Uses of UserAuthResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type UserAuthResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserAuthResponse>
AuthController.authUser
(UserAuthRequest authRequest, String authToken, long collectionId, String locale, String version, long storeId) This service end point is used to authenticate the user.