public interface BasicUser extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAdditionalEmails()
Additional email addresses the user has been invited to sessions with
|
String |
getDisplayName()
Name displayed in the UI and in BlackBoard
|
String |
getEmail()
Email address to use for notifications for the user
|
String |
getUniqueId()
Globally unique identifier for the user in the portal, if this
field is null the user is external
|
String getUniqueId()
String getEmail()
Set<String> getAdditionalEmails()
String getDisplayName()
Copyright © 2016 Jasig. All Rights Reserved.