All Known Implementing Classes:
LoginServiceImpl

public interface LoginService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.core.Authentication
    loginCustomer(String username, String clearTextPassword)
     
    org.springframework.security.core.Authentication
    loginCustomer(org.broadleafcommerce.profile.core.domain.Customer customer)
     
    void
     
  • Method Details

    • loginCustomer

      org.springframework.security.core.Authentication loginCustomer(org.broadleafcommerce.profile.core.domain.Customer customer)
    • loginCustomer

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

      void logoutCustomer()