org.broadleafcommerce.profile.core.service
@Service(value="blUserDetailsService") @Deprecated public class UserDetailsServiceImpl extends Object implements org.springframework.security.core.userdetails.UserDetailsService
| Modifier and Type | Field and Description |
|---|---|
protected CustomerService |
customerService
Deprecated.
|
protected boolean |
forcePasswordChange
Deprecated.
|
protected RoleService |
roleService
Deprecated.
|
| Constructor and Description |
|---|
UserDetailsServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<org.springframework.security.core.GrantedAuthority> |
createGrantedAuthorities(List<CustomerRole> customerRoles)
Deprecated.
|
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String username)
Deprecated.
|
void |
setCustomerService(CustomerService customerService)
Deprecated.
|
void |
setForcePasswordChange(boolean forcePasswordChange)
Deprecated.
|
protected CustomerService customerService
protected RoleService roleService
protected boolean forcePasswordChange
public void setForcePasswordChange(boolean forcePasswordChange)
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException, org.springframework.dao.DataAccessException
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsServiceorg.springframework.security.core.userdetails.UsernameNotFoundExceptionorg.springframework.dao.DataAccessExceptionpublic void setCustomerService(CustomerService customerService)
protected List<org.springframework.security.core.GrantedAuthority> createGrantedAuthorities(List<CustomerRole> customerRoles)
Copyright © 2015. All Rights Reserved.