@Service(value="blLoginService") public class LoginServiceImpl extends Object implements LoginService
| Constructor and Description |
|---|
LoginServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
loginCustomer(Customer customer) |
org.springframework.security.core.Authentication |
loginCustomer(String username,
String clearTextPassword) |
public org.springframework.security.core.Authentication loginCustomer(Customer customer)
loginCustomer in interface LoginServicepublic org.springframework.security.core.Authentication loginCustomer(String username, String clearTextPassword)
loginCustomer in interface LoginServiceCopyright © 2014. All Rights Reserved.