Uses of Class
com.skava.model.requests.UserRequest
Packages that use UserRequest
Package
Description
This package contains the user service implementation classes.
This package holds the user util method classes.
-
Uses of UserRequest in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type UserRequestModifier and TypeMethodDescriptionCreateUserServiceImpl.checkMFAEnabledForUserCreate
(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.UpdateUserServiceImpl.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.void
GetUserServiceImpl.checkPrivilege
(Users user, UserRequest request) GetAllUserServiceImpl.checkUserSearchResponse
(UserRequest request, List<UsersEntity> userListEntity, long usersCount) Used to load users based on search criteria.UpdateUserServiceImpl.checkUserStatus
(UserRequest request) This method is used to validate user status and on successful validation return the user object else throw validate exception.CreateUserServiceImplHelper.createRegisteredUser
(List<Users> usersVO, boolean inviteUserFlag, Collection collection, UserRequest request, List<CollectionAttributeEntity> collectionAttributes, String enableUserMerge) This method is used to create an user in active state or not activated state based on inviteUserFlag.GetAllUserServiceImpl.getUserListSearchQuery
(UserRequest request, List<SearchCriteria> params, String sortParameter, String sortOrder) This method is used to get list of users with search queryDeleteUserServiceImpl.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.GetAllUserServiceImpl.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.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.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.CreateUserServiceImpl.process
(@Valid UserRequest request) This method is used to create a new registered user or guest user.DeleteUserServiceImpl.process
(UserRequest request) This method is used to deactivate the requested user whose status will be changed to INACTIVE.GetAllUserPublicProfileServiceImpl.process
(UserRequest request) This API retrieves the user's public profile within the given collection based on the given filter.GetAllUserServiceImpl.process
(UserRequest request) This service is used to search the user profile information of a particular collection either by applying filters or searching for all users irrespective of their status , type etc., within a range for the given page and size parameters.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.UpdateUserServiceImpl.process
(@Valid UserRequest request) This service is used to update user's profile information including identities.UserCheckCreateServiceImpl.process
(@Valid UserRequest request) This method is used to create a new registered user or guest user.UserCheckUpdateServiceImpl.process
(UserRequest request) This service is used to update user's profile information including identities.UserCheckCreateServiceImpl.processRequest
(UserRequest request) Processes the user request and returns a UserCreateResponse.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.void
ValidateMFAServiceImpl.validateMfaOtpAndToken
(UserRequest request, Collection collection, long userId) This method used to validate login token and OTPValidateTokenMFAServiceImpl.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 UserRequest in com.skava.util
Methods in com.skava.util with parameters of type UserRequestModifier and TypeMethodDescriptionstatic List<UsersEntity>
CreateUserUtil.generateActivationParam
(List<UsersEntity> usersEntity, Collection collection, UserRequest request, String userVerifyMethod, CreateUserOTPActivationServiceImpl createUserOTPActivationService, UserCommonServices userCommonServices) This method is used to generate activation param for the list of users.static String
UserUpdateMFAUtil.generateTokenAndOTPForMFAAndCheckRecentOTPs
(UserCommonServices userCommonServices, UserRequest request, Collection collection, Users user, com.skava.core.event.EventClientComponent eventClientComponent, CollectionCommonServices collectionCommonServices) This method is used to generate OTP and Token which is used for MFA .static String
UserUpdateMFAUtil.generateTokenAndOTPForMFAAndCheckRecentOTPs
(UserCommonServices userCommonServices, UserRequest request, Collection collection, Users user, com.skava.core.event.EventClientComponent eventClientComponent, CollectionCommonServices collectionCommonServices, String routingKey) This method is used to generate OTP and Token which is used for MFA .boolean
AttributeUtil.isCustomPropertyCheck
(@Valid UserRequest request)