@Service public class DefaultUserInfoService extends Object implements UserInfoService
| Constructor and Description |
|---|
DefaultUserInfoService() |
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
getByEmailAddress(String email) |
UserInfo |
getByUsername(String username) |
UserInfo |
getByUsernameAndClientId(String username,
String clientId) |
public DefaultUserInfoService()
public UserInfo getByUsername(String username)
getByUsername in interface UserInfoServicepublic UserInfo getByUsernameAndClientId(String username, String clientId)
getByUsernameAndClientId in interface UserInfoServicepublic UserInfo getByEmailAddress(String email)
getByEmailAddress in interface UserInfoServiceCopyright © 2022. All rights reserved.