|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Handles cron (cli) request. More...
Collaboration diagram for ilCronStartUp:Public Member Functions | |
| __construct ( $a_client_id, $a_login, $a_password, ilAuthSession $authSession=null) | |
| authenticate () | |
| Start authentication. More... | |
| logout () | |
| Closes the current auth session. More... | |
Private Attributes | |
| $client = '' | |
| $username = '' | |
| $password = '' | |
| $authSession | |
Handles cron (cli) request.
Definition at line 11 of file class.ilCronStartUp.php.
| ilCronStartUp::__construct | ( | $a_client_id, | |
| $a_login, | |||
| $a_password, | |||
| ilAuthSession | $authSession = null |
||
| ) |
| $a_client_id | ||
| $a_login | ||
| $a_password | ||
| ilAuthSession | null | $authSession |
Definition at line 26 of file class.ilCronStartUp.php.
References $_GET, $authSession, $client, $DIC, ilContext\CONTEXT_CRON, and ilContext\init().
Here is the call graph for this function:| ilCronStartUp::authenticate | ( | ) |
Start authentication.
| ilCronException | if authentication failed. |
Definition at line 59 of file class.ilCronStartUp.php.
References ilAuthFrontendFactory\CONTEXT_CLI, ilAuthStatus\getInstance(), ilLoggerFactory\getLogger(), ilAuthStatus\STATUS_AUTHENTICATED, and ilAuthStatus\STATUS_AUTHENTICATION_FAILED.
Here is the call graph for this function:| ilCronStartUp::logout | ( | ) |
Closes the current auth session.
Definition at line 98 of file class.ilCronStartUp.php.
References ilSession\SESSION_CLOSE_USER, and ilSession\setClosingContext().
Here is the call graph for this function:
|
private |
Definition at line 18 of file class.ilCronStartUp.php.
Referenced by __construct().
|
private |
Definition at line 13 of file class.ilCronStartUp.php.
Referenced by __construct().
|
private |
Definition at line 15 of file class.ilCronStartUp.php.
|
private |
Definition at line 14 of file class.ilCronStartUp.php.