public interface LoginService
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
loginCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) |
org.springframework.security.core.Authentication |
loginCustomer(String username,
String clearTextPassword) |
void |
logoutCustomer() |
org.springframework.security.core.Authentication loginCustomer(org.broadleafcommerce.profile.core.domain.Customer customer)
org.springframework.security.core.Authentication loginCustomer(String username, String clearTextPassword)
void logoutCustomer()
Copyright © 2021. All rights reserved.