org.broadleafcommerce.profile.web.core.service.login
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)
           
 void logoutCustomer()
           
 

Method Detail

loginCustomer

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

loginCustomer

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

logoutCustomer

void logoutCustomer()


Copyright © 2013. All Rights Reserved.