|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
static utility functions used to manage authentication modes More...
Collaboration diagram for ilAuthUtils:Static Public Member Functions | |
| static | isAuthenticationForced () |
| Check if authentication is should be forced. More... | |
| static | handleForcedAuthentication () |
| static | _getAuthMode ($a_auth_mode, $a_db_handler='') |
| static | _getAuthModeName ($a_auth_key) |
| static | _getActiveAuthModes () |
| static | _getAllAuthModes () |
| static | _generateLogin ($a_login) |
| generate free login by starting with a default string and adding postfix numbers More... | |
| static | _hasMultipleAuthenticationMethods () |
| static | _getMultipleAuthModeOptions ($lng) |
| static | _isExternalAccountEnabled () |
| Check if an external account name is required. More... | |
| static | _allowPasswordModificationByAuthMode ($a_auth_mode) |
| Allow password modification. More... | |
| static | _needsExternalAccountByAuthMode ($a_auth_mode) |
| Check if chosen auth mode needs an external account entry. More... | |
| static | isLocalPasswordEnabledForAuthMode ($a_authmode) |
| Check if local password validation is enabled for a specific auth_mode. More... | |
| static | isPasswordModificationEnabled ($a_authmode) |
| Check if password modification is enabled. More... | |
| static | supportsLocalPasswordValidation ($a_authmode) |
| Check if local password validation is supported. More... | |
| static | getAuthPlugins () |
| Get active enabled auth plugins. More... | |
| static | getAuthModeTranslation ($a_auth_key, $auth_name='') |
Data Fields | |
| const | LOCAL_PWV_FULL = 1 |
| const | LOCAL_PWV_NO = 2 |
| const | LOCAL_PWV_USER = 3 |
static utility functions used to manage authentication modes
Definition at line 66 of file class.ilAuthUtils.php.
|
static |
Allow password modification.
@access public
| int | auth_mode |
Definition at line 567 of file class.ilAuthUtils.php.
References AUTH_ECS, AUTH_LDAP, AUTH_OPENID_CONNECT, AUTH_PROVIDER_LTI, and AUTH_RADIUS.
Referenced by ilPasswordInputGUI\checkInput(), and ilObjUserGUI\updateObject().
Here is the caller graph for this function:
|
static |
generate free login by starting with a default string and adding postfix numbers
Definition at line 374 of file class.ilAuthUtils.php.
Referenced by ilCASAttributeToUser\create(), ilRadiusAttributeToUser\create(), ilAuthProviderECS\createUser(), ilAuthProviderLTI\createUser(), ilAuthProviderSoap\handleSoapAuth(), ilAuthProviderSaml\importUser(), ilOpenIdConnectUserSync\transformToXml(), and ilLDAPAttributeToUser\usersToXML().
Here is the caller graph for this function:
|
static |
Definition at line 258 of file class.ilAuthUtils.php.
References $DIC, $ilSetting, ilLDAPServer\_getActiveServerList(), AUTH_APACHE, AUTH_CAS, AUTH_ECS, AUTH_LDAP, AUTH_LOCAL, AUTH_OPENID_CONNECT, AUTH_PROVIDER_LTI, AUTH_RADIUS, AUTH_SAML, AUTH_SCRIPT, AUTH_SHIBBOLETH, AUTH_SOAP, ilSamlIdp\getActiveIdpList(), ilAuthProviderLTI\getAuthModes(), ilOpenIdConnectSettings\getInstance(), and ilECSServerSettings\getInstance().
Referenced by ilSoapInstallationInfoXMLWriter\__buildClient(), ilObjAuthSettingsGUI\authSettingsObject(), ilSoapAdministration\getNIC(), and ilUserTableGUI\initFilter().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 324 of file class.ilAuthUtils.php.
References $ret, _getAuthModeName(), ilLDAPServer\_getServerList(), AUTH_APACHE, AUTH_CAS, AUTH_ECS, AUTH_LDAP, AUTH_LOCAL, AUTH_OPENID_CONNECT, AUTH_PROVIDER_LTI, AUTH_RADIUS, AUTH_SAML, AUTH_SHIBBOLETH, AUTH_SOAP, ilSamlIdp\getAllIdps(), and ilAuthProviderLTI\getAuthModes().
Referenced by ilObjAuthSettingsGUI\authSettingsObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 121 of file class.ilAuthUtils.php.
References $DIC, $ilDB, $ilSetting, AUTH_APACHE, AUTH_CAS, AUTH_ECS, AUTH_LOCAL, AUTH_OPENID_CONNECT, AUTH_RADIUS, AUTH_SCRIPT, AUTH_SHIBBOLETH, AUTH_SOAP, ilLDAPServer\getKeyByAuthMode(), ilAuthProviderLTI\getKeyByAuthMode(), and ilSamlIdp\getKeyByAuthMode().
Referenced by ilPasswordInputGUI\checkInput(), ilUserTableGUI\fillRow(), ilObjUser\getAuthMode(), and ilObjUserGUI\updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 196 of file class.ilAuthUtils.php.
References $DIC, AUTH_APACHE, AUTH_CAS, AUTH_ECS, AUTH_LDAP, AUTH_LOCAL, AUTH_OPENID_CONNECT, AUTH_PROVIDER_LTI, AUTH_RADIUS, AUTH_SAML, AUTH_SCRIPT, AUTH_SHIBBOLETH, AUTH_SOAP, ilLDAPServer\getAuthModeByKey(), ilAuthProviderLTI\getAuthModeByKey(), and ilSamlIdp\getAuthModeByKey().
Referenced by ilSoapInstallationInfoXMLWriter\__buildClient(), ilObjUser\_checkExternalAuthAccount(), _getAllAuthModes(), ilObjUser\_getExternalAccountsByAuthMode(), ilObjAuthSettingsGUI\authSettingsObject(), ilECSCmsCourseMemberCommandQueueHandler\createMember(), ilLDAPServer\getAuthenticationMappingKey(), ilECSMappingUtils\getAuthModeSelection(), ilSoapAdministration\getNIC(), ilUserImportParser\importEndTag(), ilUserTableGUI\initFilter(), and ilUserImportParser\verifyEndTag().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 434 of file class.ilAuthUtils.php.
References $DIC, $ilSetting, $lng, $server, ilLDAPServer\_getActiveServerList(), ilRadiusSettings\_getInstance(), AUTH_APACHE, AUTH_LDAP, AUTH_LOCAL, AUTH_RADIUS, getAuthPlugins(), and ilLDAPServer\getInstanceByServerId().
Referenced by ilStartUpGUI\initStandardLoginForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 398 of file class.ilAuthUtils.php.
References $DIC, $ilSetting, ilLDAPServer\_getActiveServerList(), ilRadiusSettings\_getInstance(), and getAuthPlugins().
Referenced by ilStartUpGUI\doStandardAuthentication(), and ilStartUpGUI\initStandardLoginForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Check if an external account name is required.
That's the case if Radius,LDAP, CAS or SOAP is active
@access public
Definition at line 509 of file class.ilAuthUtils.php.
References $DIC, $ilSetting, ilLDAPServer\_getActiveServerList(), ilAuthProviderLTI\getActiveAuthModes(), ilSamlIdp\getActiveIdpList(), and ilOpenIdConnectSettings\getInstance().
Referenced by ilObjUserGUI\saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Check if chosen auth mode needs an external account entry.
@access public
| int | auth_mode |
Definition at line 589 of file class.ilAuthUtils.php.
References AUTH_APACHE, and AUTH_LOCAL.
Referenced by ilObjUser\isPasswordChangeDemanded(), and ilObjUser\isPasswordExpired().
Here is the caller graph for this function:
|
static |
| string | $a_auth_key | |
| string | $auth_name |
Definition at line 771 of file class.ilAuthUtils.php.
References $DIC, $lng, $server, AUTH_LDAP, AUTH_PROVIDER_LTI, AUTH_SAML, ilSamlIdp\getIdpIdByAuthMode(), ilSamlIdp\getInstanceByIdpId(), ilLDAPServer\getInstanceByServerId(), ilLDAPServer\getServerIdByAuthMode(), ilAuthProviderLTI\getServerIdByAuthMode(), and ilAuthProviderLTI\lookupConsumer().
Referenced by ilUserTableGUI\fillRow(), and ilUserTableGUI\initFilter().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get active enabled auth plugins.
Definition at line 747 of file class.ilAuthUtils.php.
References $GLOBALS, and IL_COMP_SERVICE.
Referenced by _getMultipleAuthModeOptions(), _hasMultipleAuthenticationMethods(), ilAuthProviderFactory\getProviderByAuthMode(), ilObjAuthSettingsGUI\initAuthModeDetermination(), and ilAuthModeDetermination\read().
Here is the caller graph for this function:
|
static |
Definition at line 83 of file class.ilAuthUtils.php.
References $_GET, $GLOBALS, AUTH_ECS, ilAuthFrontendFactory\CONTEXT_STANDARD_FORM, ilAuthStatus\getInstance(), ilInitialisation\goToPublicSection(), ilAuthStatus\STATUS_AUTHENTICATED, and ilAuthStatus\STATUS_AUTHENTICATION_FAILED.
Referenced by ilInitialisation\resumeUserSession().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Check if authentication is should be forced.
Definition at line 75 of file class.ilAuthUtils.php.
References $_GET.
Referenced by ilInitialisation\resumeUserSession().
Here is the caller graph for this function:
|
static |
Check if local password validation is enabled for a specific auth_mode.
| int | $a_authmode |
Definition at line 622 of file class.ilAuthUtils.php.
References $DIC, $ilSetting, AUTH_APACHE, AUTH_CAS, AUTH_ECS, AUTH_LDAP, AUTH_LOCAL, AUTH_OPENID_CONNECT, AUTH_PROVIDER_LTI, AUTH_RADIUS, AUTH_SAML, AUTH_SCRIPT, AUTH_SHIBBOLETH, AUTH_SOAP, ilSamlIdp\getIdpIdByAuthMode(), and ilSamlIdp\getInstanceByIdpId().
Here is the call graph for this function:
|
static |
Check if password modification is enabled.
| int | $a_authmode |
Definition at line 666 of file class.ilAuthUtils.php.
References $DIC, $ilSetting, AUTH_APACHE, AUTH_CAS, AUTH_ECS, AUTH_LDAP, AUTH_LOCAL, AUTH_OPENID_CONNECT, AUTH_PROVIDER_LTI, AUTH_RADIUS, AUTH_SAML, AUTH_SCRIPT, AUTH_SHIBBOLETH, AUTH_SOAP, ilSamlIdp\getIdpIdByAuthMode(), and ilSamlIdp\getInstanceByIdpId().
Referenced by ilPersonalSettingsGUI\allowPasswordChange(), and supportsLocalPasswordValidation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Check if local password validation is supported.
| object | $a_authmode |
Definition at line 713 of file class.ilAuthUtils.php.
References AUTH_APACHE, AUTH_CAS, AUTH_ECS, AUTH_LDAP, AUTH_LOCAL, AUTH_OPENID_CONNECT, AUTH_PROVIDER_LTI, AUTH_RADIUS, AUTH_SAML, AUTH_SCRIPT, AUTH_SHIBBOLETH, AUTH_SOAP, isPasswordModificationEnabled(), LOCAL_PWV_FULL, LOCAL_PWV_NO, and LOCAL_PWV_USER.
Referenced by ilWebDAVUtil\isLocalPasswordInstructionRequired().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilAuthUtils::LOCAL_PWV_FULL = 1 |
Definition at line 68 of file class.ilAuthUtils.php.
Referenced by supportsLocalPasswordValidation().
| const ilAuthUtils::LOCAL_PWV_NO = 2 |
Definition at line 69 of file class.ilAuthUtils.php.
Referenced by supportsLocalPasswordValidation().
| const ilAuthUtils::LOCAL_PWV_USER = 3 |
Definition at line 70 of file class.ilAuthUtils.php.
Referenced by ilWebDAVUtil\isLocalPasswordInstructionRequired(), and supportsLocalPasswordValidation().