Interface LoginService
- All Known Implementing Classes:
LoginServiceImpl
public interface LoginService
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.AuthenticationloginCustomer(String username, String clearTextPassword) org.springframework.security.core.AuthenticationloginCustomer(Customer customer) void
-
Method Details
-
loginCustomer
-
loginCustomer
-
logoutCustomer
void logoutCustomer()
-