@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 UserInfoService
public UserInfo getByUsernameAndClientId(String username, String clientId)
getByUsernameAndClientId
in interface UserInfoService
public UserInfo getByEmailAddress(String email)
getByEmailAddress
in interface UserInfoService
Copyright © 2022. All rights reserved.