public interface ConferenceUser extends BasicUser
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConferenceUser.Roles |
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTERNAL_USERID_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlackboardUniqueId() |
String |
getInvitationKey()
Optional unique id for a user invite, null if
isExternal() is false |
long |
getUserId() |
boolean |
isExternal()
If the user is an external user, if true
getInvitationKey() will return a value |
void |
setDisplayName(String displayName)
Set the current display name for the user, cannot be null
|
void |
setEmail(String email)
Set the current email address for the user, cannot be null
|
getAdditionalEmails, getDisplayName, getEmail, getUniqueIdstatic final String EXTERNAL_USERID_PREFIX
long getUserId()
String getBlackboardUniqueId()
boolean isExternal()
getInvitationKey() will return a valuevoid setEmail(String email)
void setDisplayName(String displayName)
String getInvitationKey()
isExternal() is falseCopyright © 2016 Jasig. All Rights Reserved.