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

@Service("blLoginService") public class LoginServiceImpl extends Object implements LoginService
  • Field Details

    • cartStateRequestProcessor

      protected org.broadleafcommerce.common.web.BroadleafWebRequestProcessor cartStateRequestProcessor
  • Constructor Details

    • LoginServiceImpl

      public LoginServiceImpl()
  • Method Details

    • loginCustomer

      public org.springframework.security.core.Authentication loginCustomer(org.broadleafcommerce.profile.core.domain.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()