Subversion Repositories SmartDukaan

Rev

Rev 24489 | Rev 25366 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24489 Rev 25192
Line 8... Line 8...
8
import org.apache.logging.log4j.LogManager;
8
import org.apache.logging.log4j.LogManager;
9
import org.apache.logging.log4j.Logger;
9
import org.apache.logging.log4j.Logger;
10
import org.springframework.beans.factory.annotation.Autowired;
10
import org.springframework.beans.factory.annotation.Autowired;
11
import org.springframework.beans.factory.annotation.Qualifier;
11
import org.springframework.beans.factory.annotation.Qualifier;
12
import org.springframework.stereotype.Controller;
12
import org.springframework.stereotype.Controller;
-
 
13
import org.springframework.transaction.annotation.Transactional;
13
import org.springframework.ui.Model;
14
import org.springframework.ui.Model;
14
import org.springframework.web.bind.annotation.GetMapping;
15
import org.springframework.web.bind.annotation.GetMapping;
15
import org.springframework.web.bind.annotation.PostMapping;
16
import org.springframework.web.bind.annotation.PostMapping;
16
import org.springframework.web.bind.annotation.RequestParam;
17
import org.springframework.web.bind.annotation.RequestParam;
17
 
18
 
Line 30... Line 31...
30
import com.spice.profitmandi.web.util.CookiesProcessor;
31
import com.spice.profitmandi.web.util.CookiesProcessor;
31
 
32
 
32
import in.shop2020.model.v1.user.UserContextService.authenticateUser_args;
33
import in.shop2020.model.v1.user.UserContextService.authenticateUser_args;
33
 
34
 
34
@Controller
35
@Controller
-
 
36
@Transactional(rollbackFor = Throwable.class)
35
public class AuthUserController {
37
public class AuthUserController {
36
 
38
 
37
	private static final Logger LOGGER = LogManager.getLogger(AuthUserController.class);
39
	private static final Logger LOGGER = LogManager.getLogger(AuthUserController.class);
38
 
40
 
39
	@Autowired
41
	@Autowired