org.broadleafcommerce.profile.core.service
Class UserServiceImpl
java.lang.Object
org.broadleafcommerce.profile.core.service.UserServiceImpl
- All Implemented Interfaces:
- UserService
@Service(value="blUserService")
public class UserServiceImpl
- extends Object
- implements UserService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userDao
protected UserDao userDao
passwordEncoder
protected org.springframework.security.authentication.encoding.PasswordEncoder passwordEncoder
UserServiceImpl
public UserServiceImpl()
saveUser
public User saveUser(User user)
- Specified by:
saveUser in interface UserService
readUserRolesByUserId
public List<UserRole> readUserRolesByUserId(Long userId)
- Specified by:
readUserRolesByUserId in interface UserService
readUserByEmail
public User readUserByEmail(String emailAddress)
- Specified by:
readUserByEmail in interface UserService
changePassword
public User changePassword(PasswordChange passwordChange)
- Specified by:
changePassword in interface UserService
readUserByUsername
public User readUserByUsername(String username)
- Specified by:
readUserByUsername in interface UserService
readUserById
public User readUserById(Long id)
- Specified by:
readUserById in interface UserService
setUserDao
public void setUserDao(UserDao userDao)
setPasswordEncoder
public void setPasswordEncoder(org.springframework.security.authentication.encoding.PasswordEncoder passwordEncoder)
Copyright © 2012. All Rights Reserved.