org.broadleafcommerce.profile.web.core.service
Interface LoginService

All Known Implementing Classes:
LoginServiceImpl

public interface LoginService


Method Summary
 org.springframework.security.core.Authentication loginCustomer(Customer customer)
           
 org.springframework.security.core.Authentication loginCustomer(String username, String clearTextPassword)
           
 

Method Detail

loginCustomer

org.springframework.security.core.Authentication loginCustomer(Customer customer)

loginCustomer

org.springframework.security.core.Authentication loginCustomer(String username,
                                                               String clearTextPassword)


Copyright © 2013. All Rights Reserved.