org.broadleafcommerce.profile.web.core.service.login
Class LoginServiceImpl
java.lang.Object
org.broadleafcommerce.profile.web.core.service.login.LoginServiceImpl
- All Implemented Interfaces:
- LoginService
@Service(value="blLoginService")
public class LoginServiceImpl
- extends Object
- implements LoginService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cartStateRequestProcessor
protected BroadleafWebRequestProcessor cartStateRequestProcessor
LoginServiceImpl
public LoginServiceImpl()
loginCustomer
public org.springframework.security.core.Authentication loginCustomer(Customer customer)
- Specified by:
loginCustomer in interface LoginService
loginCustomer
public org.springframework.security.core.Authentication loginCustomer(String username,
String clearTextPassword)
- Specified by:
loginCustomer in interface LoginService
logoutCustomer
public void logoutCustomer()
- Specified by:
logoutCustomer in interface LoginService
getWebRequest
protected org.springframework.web.context.request.WebRequest getWebRequest()
Copyright © 2013. All Rights Reserved.