| org.sakaiproject.section.api.coursemanagement.User
All known Subclasses: org.sakaiproject.component.section.UserImpl, org.sakaiproject.component.section.sakai.UserImpl,
User | public interface User (Code) | | Models a User for use in the Section Awareness API and the Section Manager Tool.
author: Josh Holtzman |
getDisplayId | public String getDisplayId()(Code) | | Returns the displayId, AKA "campus ID", a human-meaningful UID for the user (forexample, a student ID number or an institutional email address) |
getDisplayName | public String getDisplayName()(Code) | | Returns the displayName, displayed when only this user is being referred to(for example, "Thomas Paine" or "Wong Kar-Wai") |
getSortName | public String getSortName()(Code) | | Returns the sortName, displayed when users are listed in order (for example,"Paine, Thomas" or "Wong Kar-Wai") |
getUserUid | public String getUserUid()(Code) | | Returns the userUid, the unique ID returned by the authentication facade. |
|
|