public interface LoginService
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
loginCustomer(Customer customer) |
org.springframework.security.core.Authentication |
loginCustomer(String username,
String clearTextPassword) |
void |
logoutCustomer() |
Copyright © 2015. All Rights Reserved.