Class LoginServiceImpl
java.lang.Object
org.broadleafcommerce.profile.web.core.service.login.LoginServiceImpl
- All Implemented Interfaces:
LoginService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.broadleafcommerce.common.web.BroadleafWebRequestProcessor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.web.context.request.WebRequestorg.springframework.security.core.AuthenticationloginCustomer(String username, String clearTextPassword) org.springframework.security.core.AuthenticationloginCustomer(Customer customer) void
-
Field Details
-
cartStateRequestProcessor
protected org.broadleafcommerce.common.web.BroadleafWebRequestProcessor cartStateRequestProcessor
-
-
Constructor Details
-
LoginServiceImpl
public LoginServiceImpl()
-
-
Method Details
-
loginCustomer
- Specified by:
loginCustomerin interfaceLoginService
-
loginCustomer
public org.springframework.security.core.Authentication loginCustomer(String username, String clearTextPassword) - Specified by:
loginCustomerin interfaceLoginService
-
logoutCustomer
public void logoutCustomer()- Specified by:
logoutCustomerin interfaceLoginService
-
getWebRequest
protected org.springframework.web.context.request.WebRequest getWebRequest()
-