public interface UserInfoService
Modifier and Type | Method and Description |
---|---|
UserInfo |
getByEmailAddress(String email)
Get the user registered at this server with the given email address.
|
UserInfo |
getByUsername(String username)
Get the UserInfo for the given username (usually maps to the
preferredUsername field).
|
UserInfo |
getByUsernameAndClientId(String username,
String clientId)
Get the UserInfo for the given username (usually maps to the
preferredUsername field) and clientId.
|
UserInfo getByUsername(String username)
username
- UserInfo getByUsernameAndClientId(String username, String clientId)
username
- clientId
- UserInfo getByEmailAddress(String email)
email
- Copyright © 2018. All rights reserved.