Uses of Class
com.skava.model.responses.UserCreateResponse
Packages that use UserCreateResponse
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 UserCreateResponse in com.skava.service.impl
Methods in com.skava.service.impl that return UserCreateResponseModifier 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.CreateUserServiceImpl.process
(@Valid UserRequest request) This method is used to create a new registered user or guest user.UserCheckCreateServiceImpl.process
(@Valid UserRequest request) This method is used to create a new registered user or guest user.UserCheckCreateServiceImpl.processRequest
(UserRequest request) Processes the user request and returns a UserCreateResponse. -
Uses of UserCreateResponse in com.skava.util
Methods in com.skava.util that return UserCreateResponseModifier and TypeMethodDescriptionstatic UserCreateResponse
UserUtil.setUserCreateResponseAndToken
(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 UserCreateResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type UserCreateResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserCreateResponse>
UsersController.createUser
(@Valid UsersList users, boolean inviteUserFlag, Long collectionId, String authToken, String locale, String version, long storeId, boolean validateOnly, boolean excludePropertyCheck) This service is used to create a new registered user or guest user.User is created based on the provided identity information and properties.