public interface UserInfoRepository
Modifier and Type | Method and Description |
---|---|
UserInfo |
getByEmailAddress(String email)
Get the UserInfo object by its email field
|
UserInfo |
getByUsername(String username)
Get a UserInfo object by its preferred_username field
|
UserInfo getByUsername(String username)
username
- UserInfo getByEmailAddress(String email)
email
- Copyright © 2018. All rights reserved.