ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
ilAuthPageEditorGUI: ilObjAuthSettingsGUI ilAuthPageEditorGUI: ilLoginPageGUI, ilLogoutPageGUI More...
Public Member Functions | |
__construct (int $a_ref_id) | |
getUnsafeGetCommands () | |
This method must return a list of unsafe GET commands. More... | |
getSafePostCommands () | |
This method must return a list of safe POST commands. More... | |
executeCommand () | |
Data Fields | |
final const string | DEFAULT_COMMAND = 'showPageEditorLanguages' |
final const string | LANGUAGE_TABLE_ACTIONS_COMMAND = 'handlePageActions' |
final const string | CONTEXT_HTTP_PARAM = 'auth_ipe_context' |
Private Member Functions | |
getRequestedAuthPageEditorContext () | |
forwardToPageObject () | |
handlePageActions () | |
getLangKeysToUpdate () | |
activate () | |
deactivate () | |
showPageEditorLanguages () | |
Private Attributes | |
ilCtrlInterface | $ctrl |
ilLanguage | $lng |
ilGlobalTemplateInterface | $tpl |
ilTabsGUI | $tabs |
ILIAS HTTP Services | $http |
ILIAS Refinery Factory | $refinery |
ILIAS UI Factory | $ui_factory |
ILIAS UI Renderer | $ui_renderer |
ILIAS Style Content Object ObjectFacade | $content_style_domain |
string | $redirect_source = null |
int | $requested_language_id = null |
GUIService | $content_style_gui |
int | $ref_id |
string | $request_ipe_context |
ilAuthPageEditorGUI: ilObjAuthSettingsGUI ilAuthPageEditorGUI: ilLoginPageGUI, ilLogoutPageGUI
Definition at line 29 of file class.ilAuthPageEditorGUI.php.
ilAuthPageEditorGUI::__construct | ( | int | $a_ref_id | ) |
Definition at line 50 of file class.ilAuthPageEditorGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), null, ILIAS\Repository\refinery(), and ILIAS\Repository\tabs().
|
private |
Definition at line 246 of file class.ilAuthPageEditorGUI.php.
References ILIAS\Repository\ctrl(), ilAuthPageEditorSettings\getInstance(), getLangKeysToUpdate(), getRequestedAuthPageEditorContext(), and ILIAS\Repository\lng().
Referenced by handlePageActions().
|
private |
Definition at line 263 of file class.ilAuthPageEditorGUI.php.
References ILIAS\Repository\ctrl(), ilAuthPageEditorSettings\getInstance(), getLangKeysToUpdate(), getRequestedAuthPageEditorContext(), and ILIAS\Repository\lng().
Referenced by handlePageActions().
ilAuthPageEditorGUI::executeCommand | ( | ) |
Definition at line 111 of file class.ilAuthPageEditorGUI.php.
References ILIAS\Repository\ctrl(), forwardToPageObject(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
|
private |
Definition at line 141 of file class.ilAuthPageEditorGUI.php.
References ILIAS\Repository\ctrl(), ilObjStyleSheet\getContentStylePath(), getRequestedAuthPageEditorContext(), ilObjStyleSheet\getSyntaxStylePath(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Referenced by executeCommand().
|
private |
Definition at line 227 of file class.ilAuthPageEditorGUI.php.
References ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Referenced by activate(), and deactivate().
|
private |
Definition at line 136 of file class.ilAuthPageEditorGUI.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
Referenced by activate(), deactivate(), forwardToPageObject(), handlePageActions(), and showPageEditorLanguages().
ilAuthPageEditorGUI::getSafePostCommands | ( | ) |
This method must return a list of safe POST commands.
Safe post commands returned by this method will no longer be CSRF protected and will NOT be appended by an ilCtrlToken.
Implements ilCtrlSecurityInterface.
Definition at line 106 of file class.ilAuthPageEditorGUI.php.
ilAuthPageEditorGUI::getUnsafeGetCommands | ( | ) |
This method must return a list of unsafe GET commands.
Unsafe get commands returned by this method will now be CSRF protected, which means an ilCtrlToken is appended each time a link-target is generated to the class implementing this interface with a command from that list.
Tokens will be validated in
Implements ilCtrlSecurityInterface.
Definition at line 99 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 183 of file class.ilAuthPageEditorGUI.php.
References activate(), ILIAS\Repository\ctrl(), deactivate(), getRequestedAuthPageEditorContext(), ILIAS\FileDelivery\http(), ilLanguage\lookupId(), and ILIAS\Repository\refinery().
|
private |
Definition at line 280 of file class.ilAuthPageEditorGUI.php.
References ILIAS\Repository\ctrl(), getRequestedAuthPageEditorContext(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Definition at line 43 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 46 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 35 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 39 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 36 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 44 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 47 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 40 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 48 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 45 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 38 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 37 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 41 of file class.ilAuthPageEditorGUI.php.
|
private |
Definition at line 42 of file class.ilAuthPageEditorGUI.php.
final const string ilAuthPageEditorGUI::CONTEXT_HTTP_PARAM = 'auth_ipe_context' |
Definition at line 33 of file class.ilAuthPageEditorGUI.php.
Referenced by ilObjAuthSettingsGUI\setSubTabs().
final const string ilAuthPageEditorGUI::DEFAULT_COMMAND = 'showPageEditorLanguages' |
Definition at line 31 of file class.ilAuthPageEditorGUI.php.
Referenced by ilObjAuthSettingsGUI\setSubTabs().
final const string ilAuthPageEditorGUI::LANGUAGE_TABLE_ACTIONS_COMMAND = 'handlePageActions' |
Definition at line 32 of file class.ilAuthPageEditorGUI.php.
Referenced by ILIAS\components\Authentication\Pages\AuthPageLanguagesOverviewTable\getActions().