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 java.lang.Object
- implements LoginService
|
Method Summary |
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()
|
| 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(java.lang.String username,
java.lang.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.