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