![]() |
TYPO3
7.6
|
Public Member Functions | |
execute () | |
Protected Member Functions | |
outputInstallToolNotEnabledMessageIfNeeded () | |
checkInstallToolPasswordNotSet () | |
checkLogin () | |
handleSessionTokenCheck ($tokenOk) | |
handleSessionLifeTimeExpired () | |
output ($content= '') | |
![]() | |
checkSessionLifetime () | |
outputLoginFormIfNotAuthorized () | |
addSessionMessages (array $messages) | |
isDbalEnabled () | |
validateAuthenticationAction ($action) | |
getAction () | |
getPostValues () | |
redirect ($controller= '', $action= '') | |
output ($content= '') | |
getSenderEmailAddress () | |
getSenderEmailName () | |
Protected Attributes | |
$unauthorized = 'unauthorized' | |
$authenticationActions | |
![]() | |
$objectManager = null | |
$session = null | |
$authenticationActions = array() | |
Install tool ajax controller, handles ajax requests
Definition at line 21 of file install/Classes/Controller/AjaxController.php.
|
protected |
Check if the install tool password is set
Definition at line 84 of file install/Classes/Controller/AjaxController.php.
References $GLOBALS, and AjaxController\output().
Referenced by AjaxController\execute().
|
protected |
Check login status
Definition at line 96 of file install/Classes/Controller/AjaxController.php.
References AjaxController\output().
Referenced by AjaxController\execute().
execute | ( | ) |
Main entry point
Definition at line 52 of file install/Classes/Controller/AjaxController.php.
References AjaxController\checkInstallToolPasswordNotSet(), AjaxController\checkLogin(), AbstractController\checkSessionLifetime(), and AjaxController\outputInstallToolNotEnabledMessageIfNeeded().
|
protected |
Overwrites abstract method In contrast to abstract method, a response "you are not authorized is outputted"
Definition at line 125 of file install/Classes/Controller/AjaxController.php.
References AjaxController\output().
|
protected |
Overwrites abstract method In contrast to abstract method, a response "you are not authorized is outputted"
bool | $tokenOk |
Definition at line 112 of file install/Classes/Controller/AjaxController.php.
References AjaxController\output().
|
protected |
Output content. WARNING: This exits the script execution!
string | $content | JSON encoded content to output |
Definition at line 165 of file install/Classes/Controller/AjaxController.php.
Referenced by AjaxController\checkInstallToolPasswordNotSet(), AjaxController\checkLogin(), AjaxController\handleSessionLifeTimeExpired(), AjaxController\handleSessionTokenCheck(), and AjaxController\outputInstallToolNotEnabledMessageIfNeeded().
|
protected |
Check whether the install tool is enabled
Definition at line 72 of file install/Classes/Controller/AjaxController.php.
References AjaxController\output().
Referenced by AjaxController\execute().
|
protected |
Definition at line 31 of file install/Classes/Controller/AjaxController.php.
|
protected |
Definition at line 26 of file install/Classes/Controller/AjaxController.php.