org.broadleafcommerce.profile.web.core.service.login
Class LoginServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.web.core.service.login.LoginServiceImpl
All Implemented Interfaces:
LoginService

@Service(value="blLoginService")
public class LoginServiceImpl
extends Object
implements LoginService


Field Summary
protected  BroadleafWebRequestProcessor cartStateRequestProcessor
           
 
Constructor Summary
LoginServiceImpl()
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cartStateRequestProcessor

protected BroadleafWebRequestProcessor cartStateRequestProcessor
Constructor Detail

LoginServiceImpl

public LoginServiceImpl()
Method Detail

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.