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

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

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


Constructor Summary
LoginServiceImpl()
           
 
Method Summary
 org.springframework.security.core.Authentication loginCustomer(Customer customer)
           
 org.springframework.security.core.Authentication loginCustomer(String username, String clearTextPassword)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2013. All Rights Reserved.