|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
@classDescription Handles requests from external calendar applications More...
Collaboration diagram for ilCalendarRemoteAccessHandler:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| getTokenHandler () | |
| parseRequest () | |
| Fetch client id, the chosen calendar... More... | |
| handleRequest () | |
| Handle Request. More... | |
Protected Member Functions | |
| initTokenHandler () | |
| initIlias () | |
| initUser () | |
| Init user. More... | |
Private Attributes | |
| $token_handler = null | |
@classDescription Handles requests from external calendar applications
Definition at line 34 of file class.ilCalendarRemoteAccessHandler.php.
| ilCalendarRemoteAccessHandler::__construct | ( | ) |
Constructor.
Definition at line 42 of file class.ilCalendarRemoteAccessHandler.php.
| ilCalendarRemoteAccessHandler::getTokenHandler | ( | ) |
Definition at line 49 of file class.ilCalendarRemoteAccessHandler.php.
References $token_handler.
Referenced by handleRequest(), and initUser().
Here is the caller graph for this function:| ilCalendarRemoteAccessHandler::handleRequest | ( | ) |
Handle Request.
Definition at line 72 of file class.ilCalendarRemoteAccessHandler.php.
References $GLOBALS, ilCalendarCategories\_getInstance(), ilUtil\deliverData(), exit, getTokenHandler(), initIlias(), initTokenHandler(), initUser(), ilCalendarCategories\MODE_REMOTE_ACCESS, ilCalendarCategories\MODE_REMOTE_SELECTED, and ilCalendarAuthenticationToken\SELECTION_CALENDAR.
Here is the call graph for this function:
|
protected |
Definition at line 123 of file class.ilCalendarRemoteAccessHandler.php.
References $GLOBALS, ilAuthFactory\CONTEXT_CALENDAR_TOKEN, ilContext\CONTEXT_ICAL, ilContext\init(), ilInitialisation\initILIAS(), and ilAuthFactory\setContext().
Referenced by handleRequest().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 113 of file class.ilCalendarRemoteAccessHandler.php.
References $_GET, $GLOBALS, and ilCalendarAuthenticationToken\lookupUser().
Referenced by handleRequest().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init user.
Definition at line 141 of file class.ilCalendarRemoteAccessHandler.php.
References $GLOBALS, ilObject\_exists(), getTokenHandler(), and user().
Referenced by handleRequest().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCalendarRemoteAccessHandler::parseRequest | ( | ) |
Fetch client id, the chosen calendar...
Definition at line 58 of file class.ilCalendarRemoteAccessHandler.php.
References $_COOKIE, $_GET, $_SERVER, and $path_info_components.
|
private |
Definition at line 36 of file class.ilCalendarRemoteAccessHandler.php.
Referenced by getTokenHandler().