ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Data Structures | |
class | ilAuthUtils |
static utility functions used to manage authentication modes More... |
Variables | |
const | AUTH_LOCAL = 1 |
const | AUTH_LDAP = 2 |
const | AUTH_RADIUS = 3 |
const | AUTH_SCRIPT = 4 |
const | AUTH_SHIBBOLETH = 5 |
const | AUTH_CAS = 6 |
const | AUTH_SOAP = 7 |
const | AUTH_HTTP = 8 |
const | AUTH_ECS = 9 |
const | AUTH_INACTIVE = 18 |
const | AUTH_MULTIPLE = 20 |
const | AUTH_SOAP_NO_ILIAS_USER = -100 |
const | AUTH_LDAP_NO_ILIAS_USER = -200 |
const | AUTH_RADIUS_NO_ILIAS_USER = -300 |
const | AUTH_MODE_INACTIVE = -1000 |
const | AUTH_SOAP_NO_ILIAS_USER_BUT_EMAIL = -101 |
const | AUTH_CAS_NO_ILIAS_USER = -90 |
const AUTH_CAS = 6 |
Definition at line 30 of file class.ilAuthUtils.php.
Referenced by ilAuthUtils\_getActiveAuthModes(), ilAuthUtils\_getAllAuthModes(), ilAuthUtils\_getAuthMode(), ilAuthUtils\_getAuthModeName(), ilAuthUtils\_initAuth(), ilPersonalProfileGUI\allowPasswordChange(), ilObjAuthSettingsGUI\authSettingsObject(), ilPersonalProfileGUI\changeUserPassword(), ilPersonalProfileGUI\initPasswordForm(), ilSoapUserAdministration\loginCAS(), ilStartUpGUI\showLogin(), and ilPersonalProfileGUI\showProfile().
const AUTH_CAS_NO_ILIAS_USER = -90 |
Definition at line 52 of file class.ilAuthUtils.php.
Referenced by ilCASAuth\login(), ilAuthContainerCAS\loginObserver(), and ilStartUpGUI\showLogin().
const AUTH_ECS = 9 |
Definition at line 35 of file class.ilAuthUtils.php.
Referenced by ilAuthUtils\_allowPasswordModificationByAuthMode(), ilAuthUtils\_getActiveAuthModes(), ilAuthUtils\_getAllAuthModes(), ilAuthUtils\_getAuthMode(), ilAuthUtils\_getAuthModeName(), ilAuthUtils\_getAuthModeOfUser(), and ilAuthUtils\_initAuth().
const AUTH_HTTP = 8 |
Definition at line 33 of file class.ilAuthUtils.php.
const AUTH_INACTIVE = 18 |
Definition at line 38 of file class.ilAuthUtils.php.
Referenced by ilAuthUtils\_getAuthModeOfUser(), and ilAuthUtils\_initAuth().
const AUTH_LDAP = 2 |
Definition at line 26 of file class.ilAuthUtils.php.
Referenced by ilAuthUtils\_allowPasswordModificationByAuthMode(), ilAuthUtils\_getActiveAuthModes(), ilAuthUtils\_getAllAuthModes(), ilAuthUtils\_getAuthMode(), ilAuthUtils\_getAuthModeName(), ilAuthUtils\_getMultipleAuthModeOptions(), ilAuthUtils\_initAuth(), ilObjAuthSettingsGUI\authSettingsObject(), ilAuthContainerMultiple\fetchData(), ilObjAuthSettingsGUI\getAuthModeTitle(), ilObjAuthSettingsGUI\initAuthModeDetermination(), ilObjAuthSettingsGUI\initLoginForm(), ilAuthModeDetermination\read(), and ilObjAuthSettingsGUI\setAuthModeObject().
const AUTH_LDAP_NO_ILIAS_USER = -200 |
Definition at line 43 of file class.ilAuthUtils.php.
Referenced by ilAuthContainerLDAP\loginObserver(), and ilStartUpGUI\showLogin().
const AUTH_LOCAL = 1 |
Definition at line 25 of file class.ilAuthUtils.php.
Referenced by ilAuthUtils\_getActiveAuthModes(), ilAuthUtils\_getAllAuthModes(), ilAuthUtils\_getAuthMode(), ilAuthUtils\_getAuthModeName(), ilObjUser\_getExternalAccountsByAuthMode(), ilAuthUtils\_getMultipleAuthModeOptions(), ilAuthUtils\_initAuth(), ilAuthUtils\_needsExternalAccountByAuthMode(), ilPersonalProfileGUI\allowPasswordChange(), ilObjAuthSettingsGUI\authSettingsObject(), ilPersonalProfileGUI\changeUserPassword(), ilAuthContainerMultiple\fetchData(), ilObjAuthSettingsGUI\getAuthModeTitle(), ilObjAuthSettingsGUI\initAuthModeDetermination(), ilInitialisation\initILIAS(), ilObjAuthSettingsGUI\initLoginForm(), ilPersonalProfileGUI\initPasswordForm(), ilAuthModeDetermination\read(), ilPersonalProfileGUI\showProfile(), and ilPasswordAssistanceGUI\submitAssistanceForm().
const AUTH_MODE_INACTIVE = -1000 |
Definition at line 46 of file class.ilAuthUtils.php.
Referenced by ilAuthUtils\_initAuth(), ilAuthInactive\getStatus(), ilStartUpGUI\showLogin(), and ilAuthInactive\start().
const AUTH_MULTIPLE = 20 |
Definition at line 40 of file class.ilAuthUtils.php.
Referenced by ilAuthUtils\_getAuthModeOfUser(), and ilAuthUtils\_initAuth().
const AUTH_RADIUS = 3 |
Definition at line 27 of file class.ilAuthUtils.php.
Referenced by ilAuthUtils\_allowPasswordModificationByAuthMode(), ilAuthUtils\_getActiveAuthModes(), ilAuthUtils\_getAllAuthModes(), ilAuthUtils\_getAuthMode(), ilAuthUtils\_getAuthModeName(), ilAuthUtils\_getMultipleAuthModeOptions(), ilAuthUtils\_initAuth(), ilObjAuthSettingsGUI\authSettingsObject(), ilAuthContainerMultiple\fetchData(), ilObjAuthSettingsGUI\getAuthModeTitle(), ilObjAuthSettingsGUI\initAuthModeDetermination(), ilObjAuthSettingsGUI\initLoginForm(), ilAuthModeDetermination\read(), and ilObjAuthSettingsGUI\setAuthModeObject().
const AUTH_RADIUS_NO_ILIAS_USER = -300 |
Definition at line 44 of file class.ilAuthUtils.php.
Referenced by ilAuthContainerRadius\loginObserver(), and ilStartUpGUI\showLogin().
const AUTH_SCRIPT = 4 |
Definition at line 28 of file class.ilAuthUtils.php.
Referenced by ilAuthUtils\_getActiveAuthModes(), ilAuthUtils\_getAuthMode(), ilAuthUtils\_getAuthModeName(), ilObjAuthSettingsGUI\authSettingsObject(), ilObjAuthSettingsGUI\getAuthModeTitle(), ilObjAuthSettingsGUI\saveScriptObject(), and ilObjAuthSettingsGUI\setAuthModeObject().
const AUTH_SHIBBOLETH = 5 |
Definition at line 29 of file class.ilAuthUtils.php.
Referenced by ilAuthUtils\_getActiveAuthModes(), ilAuthUtils\_getAllAuthModes(), ilAuthUtils\_getAuthMode(), ilAuthUtils\_getAuthModeName(), ilAuthUtils\_initAuth(), ilPersonalProfileGUI\allowPasswordChange(), ilObjAuthSettingsGUI\authSettingsObject(), ilPersonalProfileGUI\changeUserPassword(), ilObjAuthSettingsGUI\getAuthModeTitle(), ilPersonalProfileGUI\initPasswordForm(), ilPersonalProfileGUI\savePassword(), ilStartUpGUI\showLogin(), and ilPersonalProfileGUI\showProfile().
const AUTH_SOAP = 7 |
Definition at line 31 of file class.ilAuthUtils.php.
Referenced by ilAuthUtils\_getActiveAuthModes(), ilAuthUtils\_getAllAuthModes(), ilAuthUtils\_getAuthMode(), ilAuthUtils\_getAuthModeName(), ilAuthUtils\_initAuth(), ilPersonalProfileGUI\allowPasswordChange(), ilPersonalProfileGUI\changeUserPassword(), ilAuthContainerMultiple\fetchData(), ilObjAuthSettingsGUI\initAuthModeDetermination(), ilAuthModeDetermination\read(), and ilPersonalProfileGUI\showProfile().
const AUTH_SOAP_NO_ILIAS_USER = -100 |
Definition at line 42 of file class.ilAuthUtils.php.
Referenced by ilStartUpGUI\showLogin().
const AUTH_SOAP_NO_ILIAS_USER_BUT_EMAIL = -101 |
Definition at line 51 of file class.ilAuthUtils.php.
Referenced by ilStartUpGUI\showLogin().