@Service(value="blLoginService") public class LoginServiceImpl extends Object implements LoginService
| Modifier and Type | Field and Description |
|---|---|
protected BroadleafWebRequestProcessor |
cartStateRequestProcessor |
| Constructor and Description |
|---|
LoginServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.context.request.WebRequest |
getWebRequest() |
org.springframework.security.core.Authentication |
loginCustomer(Customer customer) |
org.springframework.security.core.Authentication |
loginCustomer(String username,
String clearTextPassword) |
void |
logoutCustomer() |
protected BroadleafWebRequestProcessor cartStateRequestProcessor
public org.springframework.security.core.Authentication loginCustomer(Customer customer)
loginCustomer in interface LoginServicepublic org.springframework.security.core.Authentication loginCustomer(String username, String clearTextPassword)
loginCustomer in interface LoginServicepublic void logoutCustomer()
logoutCustomer in interface LoginServiceprotected org.springframework.web.context.request.WebRequest getWebRequest()
Copyright © 2014. All Rights Reserved.