ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (private readonly string $client, private readonly string $username, ?\ilAuthSession $authSession=null) | |
authenticate () | |
logout () | |
Private Attributes | |
readonly ilAuthSession | $auth_session |
bool | $is_authenticated = false |
Definition at line 25 of file StartUp.php.
ILIAS\Cron\CLI\StartUp::__construct | ( | private readonly string | $client, |
private readonly string | $username, | ||
?\ilAuthSession | $authSession = null |
||
) |
Definition at line 30 of file StartUp.php.
References $_GET, $client, $DIC, ilContext\CONTEXT_CRON, ilContext\init(), ilInitialisation\initILIAS(), and null.
ILIAS\Cron\CLI\StartUp::authenticate | ( | ) |
Definition at line 49 of file StartUp.php.
References ilAuthFrontendFactory\CONTEXT_CLI, ilAuthStatus\getInstance(), and ilLoggerFactory\getLogger().
ILIAS\Cron\CLI\StartUp::logout | ( | ) |
Definition at line 82 of file StartUp.php.
References ilSession\SESSION_CLOSE_USER, and ilSession\setClosingContext().
|
private |
Definition at line 27 of file StartUp.php.
|
private |
Definition at line 28 of file StartUp.php.