| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilCronStartUp:Public Member Functions | |
| __construct (private readonly string $client, private readonly string $username, ?ilAuthSession $authSession=null) | |
| authenticate () | |
| logout () | |
Private Attributes | |
| readonly ilAuthSession | $authSession | 
| bool | $authenticated = false | 
Definition at line 21 of file class.ilCronStartUp.php.
| ilCronStartUp::__construct | ( | private readonly string | $client, | 
| private readonly string | $username, | ||
| ?ilAuthSession | $authSession = null  | 
        ||
| ) | 
Definition at line 26 of file class.ilCronStartUp.php.
References $_GET, $authSession, $client, $DIC, ilContext\CONTEXT_CRON, ilContext\init(), and ilInitialisation\initILIAS().
 Here is the call graph for this function:| ilCronStartUp::authenticate | ( | ) | 
| ilCronException | if authentication failed. | 
Definition at line 49 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 82 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 24 of file class.ilCronStartUp.php.
      
  | 
  private | 
Definition at line 23 of file class.ilCronStartUp.php.
Referenced by __construct().