net.stepniak.api.auth
Class UserStore
java.lang.Object
net.stepniak.api.auth.UserStore
@Component
public class UserStore
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserStore
public UserStore()
UserStore
@Autowired
public UserStore(UserRepository userStorage)
create
@Transactional
public UserEntity create(String userName,
String email)
find
public UserEntity find(Long id)
findUser
public UserEntity findUser(String email,
String userName,
net.stepniak.common.user.AccountType accountType)
Copyright © 2013. All Rights Reserved.