|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilCronStartUp:Public Member Functions | |
| __construct (string $a_client_id, string $a_login, string $a_password, ?ilAuthSession $authSession=null) | |
| authenticate () | |
| Start authentication. More... | |
| logout () | |
Private Attributes | |
| string | $client |
| string | $username |
| string | $password |
| ilAuthSession | $authSession |
Definition at line 21 of file class.ilCronStartUp.php.
| ilCronStartUp::__construct | ( | string | $a_client_id, |
| string | $a_login, | ||
| string | $a_password, | ||
| ?ilAuthSession | $authSession = null |
||
| ) |
@noRector
@noRector
Definition at line 28 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 | ( | ) |
Definition at line 96 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 26 of file class.ilCronStartUp.php.
Referenced by __construct().
|
private |
Definition at line 23 of file class.ilCronStartUp.php.
Referenced by __construct().
|
private |
Definition at line 25 of file class.ilCronStartUp.php.
|
private |
Definition at line 24 of file class.ilCronStartUp.php.