|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for ilStartUpGUI:Public Member Functions | |
| ilStartUpGUI () | |
| constructor | |
| & | executeCommand () |
| execute command | |
| jumpToRegistration () | |
| jump to registration gui | |
| jumpToPasswordAssistance () | |
| jump to password assistance | |
| showLogin () | |
| show login | |
| showFailure ($a_mess) | |
| showSuccess ($a_mess) | |
| showAccountMigration ($a_message= '') | |
| Show account migration screen. | |
| migrateAccount () | |
| migrate account | |
| showLogout () | |
| show logout screen | |
| showUserMappingSelection () | |
| Show user selection screen, if external account could not be mapped to an ILIAS account, but the provided e-mail address is known. | |
| showClientList () | |
| show client list | |
| showNoCookiesScreen () | |
| show help screen, if cookies are disabled | |
| getAcceptance () | |
| get user agreement acceptance | |
| showUserAgreement () | |
| show user agreement | |
| processIndexPHP () | |
| process index.php | |
| processStartingPage () | |
| open start page (personal desktop or repository) | |
| _checkGoto ($a_target) | |
| confirmRegistration () | |
Protected Member Functions | |
| showOpenIdLogin () | |
| Show openid login if enabled. | |
StartUp GUI class.
Handles Login and Registration.
ilStartUpGUI: ilAccountRegistrationGUI, ilPasswordAssistanceGUI
Definition at line 13 of file class.ilStartUpGUI.php.
| ilStartUpGUI::_checkGoto | ( | $a_target | ) |
Definition at line 1212 of file class.ilStartUpGUI.php.
References $_GET, $location, and $type.
Referenced by ilInitialisation\goToPublicSection(), and processStartingPage().
Here is the caller graph for this function:| ilStartUpGUI::confirmRegistration | ( | ) |
Definition at line 1247 of file class.ilStartUpGUI.php.
References $_COOKIE, $_GET, $ilLog, $lng, $usr_id, ilObjUserFolder\_lookupNewAccountMail(), ilObjUser\_verifyRegistrationHash(), ilUtil\generatePasswords(), ilObjectFactory\getInstanceByObjId(), IL_PASSWD_PLAIN, ilUtil\redirect(), and ilUtil\setCookie().
Here is the call graph for this function:| & ilStartUpGUI::executeCommand | ( | ) |
execute command
Definition at line 31 of file class.ilStartUpGUI.php.
References $cmd.
Referenced by jumpToPasswordAssistance(), and jumpToRegistration().
Here is the caller graph for this function:| ilStartUpGUI::getAcceptance | ( | ) |
get user agreement acceptance
Definition at line 958 of file class.ilStartUpGUI.php.
References showUserAgreement().
Here is the call graph for this function:| ilStartUpGUI::ilStartUpGUI | ( | ) |
| ilStartUpGUI::jumpToPasswordAssistance | ( | ) |
jump to password assistance
Definition at line 68 of file class.ilStartUpGUI.php.
References executeCommand().
Here is the call graph for this function:| ilStartUpGUI::jumpToRegistration | ( | ) |
jump to registration gui
Definition at line 58 of file class.ilStartUpGUI.php.
References executeCommand().
Here is the call graph for this function:| ilStartUpGUI::migrateAccount | ( | ) |
migrate account
public
Definition at line 591 of file class.ilStartUpGUI.php.
References $_POST, $_SESSION, $ilLog, $lng, ilObjUser\_lookupId(), ilAuthFactory\CONTEXT_OPENID, ilAuthFactory\factory(), ilUtil\redirect(), ilAuthFactory\setContext(), showAccountMigration(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilStartUpGUI::processIndexPHP | ( | ) |
process index.php
Definition at line 1047 of file class.ilStartUpGUI.php.
References $_GET, $_POST, $ilIliasIniFile, $ilInit, $ilSetting, exit, processStartingPage(), showClientList(), and showLogin().
Referenced by showClientList().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStartUpGUI::processStartingPage | ( | ) |
open start page (personal desktop or repository)
precondition: authentication (maybe anonymous) successfull
Definition at line 1140 of file class.ilStartUpGUI.php.
References $_GET, $_SESSION, $ilBench, $ilCtrl, $lng, $usr_id, ilPaymentShoppingCart\_assignObjectsToUserId(), _checkGoto(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilUtil\redirect(), ilUtil\sendFailure(), and showLogin().
Referenced by processIndexPHP(), and showLogin().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStartUpGUI::showAccountMigration | ( | $a_message = '' | ) |
Show account migration screen.
public
Definition at line 534 of file class.ilStartUpGUI.php.
References $_POST, $lng, $pass, $tpl, ilRadioOption\addSubItem(), ilUtil\prepareFormOutput(), ilRadioGroupInputGUI\setValue(), ilRadioOption\setValue(), and showFailure().
Referenced by migrateAccount().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStartUpGUI::showClientList | ( | ) |
show client list
Definition at line 825 of file class.ilStartUpGUI.php.
References $_GET, $client, $data, $ilCtrl, $ilIliasIniFile, $tpl, exit, and processIndexPHP().
Referenced by processIndexPHP().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStartUpGUI::showFailure | ( | $a_mess | ) |
Definition at line 503 of file class.ilStartUpGUI.php.
References $lng, $tpl, and ilUtil\getImagePath().
Referenced by showAccountMigration(), showLogin(), and showUserMappingSelection().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStartUpGUI::showLogin | ( | ) |
show login
Definition at line 78 of file class.ilStartUpGUI.php.
References $_COOKIE, $_GET, $_POST, $_SESSION, $ilIliasIniFile, $ilSetting, $lng, $tpl, ilOnlineTracking\_addUser(), ilAuthModeDetermination\_getInstance(), ilAuthUtils\_getMultipleAuthModeOptions(), ilAuthUtils\_hasMultipleAuthenticationMethods(), ilLanguage\_lookupEntry(), ilRegistrationSettings\_lookupRegistrationType(), AUTH_APACHE_FAILED, AUTH_CAS, AUTH_CAS_NO_ILIAS_USER, AUTH_EXPIRED, AUTH_IDLED, AUTH_LDAP_NO_ILIAS_USER, AUTH_MODE_INACTIVE, AUTH_RADIUS_NO_ILIAS_USER, AUTH_SHIBBOLETH, AUTH_SOAP_NO_ILIAS_USER, AUTH_SOAP_NO_ILIAS_USER_BUT_EMAIL, AUTH_WRONG_LOGIN, exit, ilUtil\getImagePath(), IL_REG_DISABLED, ilUtil\prepareFormOutput(), processStartingPage(), ilUtil\redirect(), ilUtil\setCookie(), ilPasswordInputGUI\setRetype(), ilTextInputGUI\setSize(), showFailure(), showOpenIdLogin(), showSuccess(), showUserMappingSelection(), and ilUtil\stripSlashes().
Referenced by processIndexPHP(), and processStartingPage().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStartUpGUI::showLogout | ( | ) |
show logout screen
Definition at line 712 of file class.ilStartUpGUI.php.
References $_COOKIE, $_GET, $client_id, $ilIliasIniFile, $ilSetting, $lng, $tpl, and ilUtil\setCookie().
Here is the call graph for this function:| ilStartUpGUI::showNoCookiesScreen | ( | ) |
show help screen, if cookies are disabled
to do: link to online help here
Definition at line 929 of file class.ilStartUpGUI.php.
References $tpl.
|
protected |
Show openid login if enabled.
Definition at line 1365 of file class.ilStartUpGUI.php.
References $lng, $tpl, ilOpenIdProviders\getInstance(), ilOpenIdSettings\getInstance(), ilSelectInputGUI\setOptions(), and ilTextInputGUI\setSize().
Referenced by showLogin().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStartUpGUI::showSuccess | ( | $a_mess | ) |
Definition at line 515 of file class.ilStartUpGUI.php.
References $lng, $tpl, and ilUtil\getImagePath().
Referenced by showLogin().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStartUpGUI::showUserAgreement | ( | ) |
show user agreement
Definition at line 966 of file class.ilStartUpGUI.php.
References $_GET, $_POST, $lng, $tpl, ilUserAgreement\_getText(), ilLanguage\_lookupEntry(), ilUtil\formCheckbox(), ilUtil\infoPanel(), and ilUtil\redirect().
Referenced by getAcceptance().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStartUpGUI::showUserMappingSelection | ( | ) |
Show user selection screen, if external account could not be mapped to an ILIAS account, but the provided e-mail address is known.
Definition at line 758 of file class.ilStartUpGUI.php.
References $_GET, $_POST, $lng, $tpl, $valid, ilObjUser\_getLocalAccountsForEmail(), AUTH_WRONG_LOGIN, ilUtil\prepareFormOutput(), and showFailure().
Referenced by showLogin().
Here is the call graph for this function:
Here is the caller graph for this function: