@Service(value="blLoginService") public class LoginServiceImpl extends java.lang.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(java.lang.String username,
java.lang.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(java.lang.String username,
java.lang.String clearTextPassword)
loginCustomer in interface LoginServicepublic void logoutCustomer()
logoutCustomer in interface LoginServiceprotected org.springframework.web.context.request.WebRequest getWebRequest()
Copyright © 2018. All Rights Reserved.