@Service(value="blUserDetailsService")
@Deprecated
public class UserDetailsServiceImpl
extends java.lang.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 java.util.List<org.springframework.security.core.GrantedAuthority> |
createGrantedAuthorities(java.util.List<CustomerRole> customerRoles)
Deprecated.
|
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(java.lang.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(java.lang.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 java.util.List<org.springframework.security.core.GrantedAuthority> createGrantedAuthorities(java.util.List<CustomerRole> customerRoles)
Copyright © 2018. All Rights Reserved.