public interface SakaiProxy
| Modifier and Type | Method and Description |
|---|---|
String |
getCalendarFilePath()
Get the configured calendar file path on the server.
|
String |
getCurrentUserId()
Get current user id
|
String |
getServerName()
Get the name of the server
|
String |
getUserDisplayName(String uuid)
Get the display name for this user
|
String |
getUserEmail(String uuid)
Get the email address for this user
|
boolean |
isCleanupEnabled()
Is cleanup enabled?
|
boolean |
isIcsEnabled()
Is the ICS service enabled?
|
boolean |
isSuperUser()
Is the current user a superUser?
|
String getCurrentUserId()
boolean isSuperUser()
String getServerName()
String getCalendarFilePath()
String getUserEmail(String uuid)
uuid - String getUserDisplayName(String uuid)
uuid - boolean isIcsEnabled()
boolean isCleanupEnabled()
Copyright © 2003–2021 Sakai Project. All rights reserved.