org.broadleafcommerce.profile.core.service
Class UserDetailsServiceImpl
java.lang.Object
org.broadleafcommerce.profile.core.service.UserDetailsServiceImpl
- All Implemented Interfaces:
- org.springframework.security.core.userdetails.UserDetailsService
Deprecated.
@Deprecated
public class UserDetailsServiceImpl
- extends java.lang.Object
- implements org.springframework.security.core.userdetails.UserDetailsService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customerService
protected CustomerService customerService
- Deprecated.
roleService
protected RoleService roleService
- Deprecated.
forcePasswordChange
protected boolean forcePasswordChange
- Deprecated.
UserDetailsServiceImpl
public UserDetailsServiceImpl()
- Deprecated.
setForcePasswordChange
public void setForcePasswordChange(boolean forcePasswordChange)
- Deprecated.
loadUserByUsername
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(java.lang.String username)
throws org.springframework.security.core.userdetails.UsernameNotFoundException,
org.springframework.dao.DataAccessException
- Deprecated.
- Specified by:
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsService
- Throws:
org.springframework.security.core.userdetails.UsernameNotFoundException
org.springframework.dao.DataAccessException
setCustomerService
public void setCustomerService(CustomerService customerService)
- Deprecated.
createGrantedAuthorities
protected java.util.List<org.springframework.security.core.GrantedAuthority> createGrantedAuthorities(java.util.List<CustomerRole> customerRoles)
- Deprecated.
Copyright © 2011. All Rights Reserved.