| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Handles requests from external calendar applications More...
 Collaboration diagram for ilCalendarRemoteAccessHandler:
 Collaboration diagram for ilCalendarRemoteAccessHandler:| Public Member Functions | |
| __construct () | |
| Constructor. | |
| getTokenHandler () | |
| parseRequest () | |
| Fetch client id, the chosen calendar... | |
| handleRequest () | |
| Handle Request. | |
| Protected Member Functions | |
| initTokenHandler () | |
| initIlias () | |
| Private Attributes | |
| $token_handler = null | |
Handles requests from external calendar applications
Definition at line 34 of file class.ilCalendarRemoteAccessHandler.php.
| ilCalendarRemoteAccessHandler::__construct | ( | ) | 
| ilCalendarRemoteAccessHandler::getTokenHandler | ( | ) | 
Definition at line 46 of file class.ilCalendarRemoteAccessHandler.php.
References $token_handler.
Referenced by handleRequest().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarRemoteAccessHandler::handleRequest | ( | ) | 
Handle Request.
Definition at line 73 of file class.ilCalendarRemoteAccessHandler.php.
References $GLOBALS, ilCalendarCategories\_getInstance(), exit, ilCalendarExport\export(), getTokenHandler(), initIlias(), initTokenHandler(), and ilCalendarCategories\MODE_REMOTE_ACCESS.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 113 of file class.ilCalendarRemoteAccessHandler.php.
References $_POST, $GLOBALS, ilAuthFactory\CONTEXT_CALENDAR_TOKEN, and ilAuthFactory\setContext().
Referenced by handleRequest().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 104 of file class.ilCalendarRemoteAccessHandler.php.
References $_GET, and ilCalendarAuthenticationToken\lookupUser().
Referenced by handleRequest().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarRemoteAccessHandler::parseRequest | ( | ) | 
Fetch client id, the chosen calendar...
Definition at line 55 of file class.ilCalendarRemoteAccessHandler.php.
References $_COOKIE, $_GET, and $path_info_components.
| 
 | private | 
Definition at line 36 of file class.ilCalendarRemoteAccessHandler.php.
Referenced by getTokenHandler().