| org.sakaiproject.user.api.Authentication
All known Subclasses: org.sakaiproject.util.Authentication,
Authentication | public interface Authentication (Code) | |
Authentication is the successful result of an authentication attempt.
|
Method Summary | |
String | getEid() Access the enterprise id of the authenticated end user. | String | getUid() Access the internal id of the authenticated end user. |
getEid | String getEid()(Code) | | Access the enterprise id of the authenticated end user.
The enterprise id (if known) of the authenticated end user, null if not known. |
getUid | String getUid()(Code) | | Access the internal id of the authenticated end user.
The internal id (if known) of the authenticated end user, null if not known. |
|
|