ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Handles cron (cli) request. More...
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().
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.
ilCronStartUp::logout | ( | ) |
Closes the current auth session.
Definition at line 98 of file class.ilCronStartUp.php.
References ilSession\SESSION_CLOSE_USER, and ilSession\setClosingContext().
|
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.